Color: #B5D1CC
#B5D1CC Color Information
#B5D1CC is a light color. The closest websafe version is #B5D1CC. A complement of this color would be #D0B4B9, perceived brightness is 0.78, and the grayscale version is #C3C3C3.
In the HSL color space, this color has a hue angle of 169°,a saturation of 23%, and a lightness of 76%.The HSV representation shows a hue of 169°, a saturation of 100%, and a value of 100%.
In a RGB color space, #B5D1CC is composed of 71% red, 82% green and 80% blue. Whereas in a CMYK color space, it is composed of 13% cyan, 0% magenta, 2% yellow and 18% black.
In the Yxy color space, this color is represented as Y: 59.65, x: 0.3273, and y: 0.3661.
Color Code #B5D1CC
Shades of Color #B5D1CC
Shades are created by darkening the original color #B5D1CC 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 #B5D1CC
Tints are created by lightening the original color #B5D1CC 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 #B5D1CC Color Code
In the HSL color space, this color has a hue angle of 169°, a saturation of 23%, and a lightness of 76%. The HSV representation shows a hue of 169°, a saturation of 13%, and a value of 82%.
- HEX: #B5D1CC
- RGB: rgb(181, 209, 204)
- HSL: hsl(169, 23%, 76%)
- HSV: hsv(169, 13%, 82%)
- CMYK: 13.00% cyan, 0.00% magenta, 2.00% yellow, 18.00% black
- XYZ: 53.34, 59.65, 49.96
- Yxy: 59.65, 0.3273, 0.3661
- Hunter Lab: 81.65, -10.44, -0.83
- CIE-Lab: 81.65, -10.44, -0.83
In the XYZ color space, this color is represented as X: 53.34, Y: 59.65, Z: 49.96. The Yxy representation further refines this as Y: 59.65, x: 0.3273, and y: 0.3661.
In the Hunter Lab color space, this color is represented as L: 81.65, a: -10.44, and b: -0.83. Similarly, in the CIE-Lab color space, it is represented as L: 81.65, a: -10.44, and b: -0.83.
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 #B5D1CC
Triadic colors are three colors evenly spaced around the color wheel, including #B5D1CC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #B5D1CC
Monochromatic colors are variations of #B5D1CC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B5D1CC
The complementary color of #B5D1CC 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 #B5D1CC
/* Using HEX */ body { background-color: #b5d1cc; }
/* Using RGB */ body { background-color: rgb(181, 209, 204); }
/* Using RGB with opacity */ body { background-color: rgba(181, 209, 204, 0.5); }
/* Using HSL */ body { background-color: hsl(169, 23%, 76%); }
/* Text color */ p { color: #b5d1cc; }
/* Box shadow */ div { box-shadow: 4px 4px #b5d1cc; }
HTML Examples of #B5D1CC
<!-- Using HEX --> <div style="background-color: #b5d1cc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(181, 209, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(181, 209, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(169, 23%, 76%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b5d1cc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b5d1cc; width: 100px; height: 100px;"></div>
Related Colors of #B5D1CC
These colors are similar to #B5D1CC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.