Color: #B3FFEC
#B3FFEC Color Information
#B3FFEC is a light color. The closest websafe version is #B3FFEC. A complement of this color would be #FFB3C6, perceived brightness is 0.90, and the grayscale version is #D9D9D9.
In the HSL color space, this color has a hue angle of 165°,a saturation of 99%, and a lightness of 85%.The HSV representation shows a hue of 165°, a saturation of 100%, and a value of 100%.
In a RGB color space, #B3FFEC is composed of 70% red, 100% green and 93% blue. Whereas in a CMYK color space, it is composed of 30% cyan, 0% magenta, 7% yellow and 0% black.
In the Yxy color space, this color is represented as Y: 86.80, x: 0.3088, and y: 0.3820.
Color Code #B3FFEC
Shades of Color #B3FFEC
Shades are created by darkening the original color #B3FFEC in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #B3FFEC
Tints are created by lightening the original color #B3FFEC in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #B3FFEC Color Code
In the HSL color space, this color has a hue angle of 165°, a saturation of 100%, and a lightness of 85%. The HSV representation shows a hue of 165°, a saturation of 30%, and a value of 100%.
- HEX: #B3FFEC
- RGB: rgb(179, 255, 236)
- HSL: hsl(165, 100%, 85%)
- HSV: hsv(165, 30%, 100%)
- CMYK: 30.00% cyan, 0.00% magenta, 7.00% yellow, 0.00% black
- XYZ: 70.17, 86.80, 70.24
- Yxy: 86.80, 0.3088, 0.3820
- Hunter Lab: 94.65, -27.23, 1.24
- CIE-Lab: 94.65, -27.23, 1.24
In the XYZ color space, this color is represented as X: 70.17, Y: 86.80, Z: 70.24. The Yxy representation further refines this as Y: 86.80, x: 0.3088, and y: 0.3820.
In the Hunter Lab color space, this color is represented as L: 94.65, a: -27.23, and b: 1.24. Similarly, in the CIE-Lab color space, it is represented as L: 94.65, a: -27.23, and b: 1.24.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #B3FFEC
Triadic colors are three colors evenly spaced around the color wheel, including #B3FFEC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #B3FFEC
Monochromatic colors are variations of #B3FFEC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B3FFEC
The complementary color of #B3FFEC is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #B3FFEC
/* Using HEX */ body { background-color: #b3ffec; }
/* Using RGB */ body { background-color: rgb(179, 255, 236); }
/* Using RGB with opacity */ body { background-color: rgba(179, 255, 236, 0.5); }
/* Using HSL */ body { background-color: hsl(165, 100%, 85%); }
/* Text color */ p { color: #b3ffec; }
/* Box shadow */ div { box-shadow: 4px 4px #b3ffec; }
HTML Examples of #B3FFEC
<!-- Using HEX --> <div style="background-color: #b3ffec; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(179, 255, 236); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(179, 255, 236, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(165, 100%, 85%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b3ffec;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b3ffec; width: 100px; height: 100px;"></div>
Related Colors of #B3FFEC
These colors are similar to #B3FFEC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.