Color #B3FFEC

#B3FFECrgb(179, 255, 236)

Color Codes

HEX#B3FFEC
RGBrgb(179, 255, 236)
HSLhsl(165°, 100%, 85%)
CMYKcmyk(30%, 0%, 7%, 0%)
CIELABLab(94.8, -27.2, 1.6)

Color Schemes

Tints & Shades

CSS Code Snippets

background-color: #B3FFEC;
color: #B3FFEC;
border: 2px solid #B3FFEC;
background: linear-gradient(135deg, #B3FFEC, #ffb3c6);

Code Export

css
:root {
  --color-primary: #b3ffec;
  --color-primary-rgb: 179, 255, 236;
  --color-primary-hsl: 165, 100%, 85%;
}

Related Tools