Color: #B0CBCD
#B0CBCD Color Information
#B0CBCD is a light color. The closest websafe version is #B0CBCD. A complement of this color would be #CDB3B1, perceived brightness is 0.77, and the grayscale version is #BFBFBF.
In the HSL color space, this color has a hue angle of 184°,a saturation of 22%, and a lightness of 75%.The HSV representation shows a hue of 184°, a saturation of 14%, and a value of 80%.
In a RGB color space, #B0CBCD is composed of 69% red, 80% green and 80% blue. Whereas in a CMYK color space, it is composed of 14% cyan, 1% magenta, 0% yellow and 20% black.
In the Yxy color space, this color is represented as Y: 56.17, x: 0.3230, and y: 0.3582.
Color Code #B0CBCD
Shades of Color #B0CBCD
Shades are created by darkening the original color #B0CBCD 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 #B0CBCD
Tints are created by lightening the original color #B0CBCD 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 #B0CBCD Color Code
In the HSL color space, this color has a hue angle of 184°, a saturation of 22%, and a lightness of 75%. The HSV representation shows a hue of 184°, a saturation of 14%, and a value of 80%.
- HEX: #B0CBCD
- RGB: rgb(176, 203, 205)
- HSL: hsl(184, 22%, 75%)
- HSV: hsv(184, 14%, 80%)
- CMYK: 14.00% cyan, 100.00% magenta, 0.00% yellow, 20.00% black
- XYZ: 50.66, 56.17, 50.00
- Yxy: 56.17, 0.3230, 0.3582
- Hunter Lab: 79.71, -9.08, -4.22
- CIE-Lab: 79.71, -9.08, -4.22
In the XYZ color space, this color is represented as X: 50.66, Y: 56.17, Z: 50.00. The Yxy representation further refines this as Y: 56.17, x: 0.3230, and y: 0.3582.
In the Hunter Lab color space, this color is represented as L: 79.71, a: -9.08, and b: -4.22. Similarly, in the CIE-Lab color space, it is represented as L: 79.71, a: -9.08, and b: -4.22.
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 #B0CBCD
Triadic colors are three colors evenly spaced around the color wheel, including #B0CBCD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #B0CBCD
Split complementary colors are two colors adjacent to the complementary color of #B0CBCD. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #B0CBCD
Monochromatic colors are variations of #B0CBCD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B0CBCD
The complementary color of #B0CBCD 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 #B0CBCD
/* Using HEX */ body { background-color: #b0cbcd; }
/* Using RGB */ body { background-color: rgb(176, 203, 205); }
/* Using RGB with opacity */ body { background-color: rgba(176, 203, 205, 0.5); }
/* Using HSL */ body { background-color: hsl(184, 22%, 75%); }
/* Text color */ p { color: #b0cbcd; }
/* Box shadow */ div { box-shadow: 4px 4px #b0cbcd; }
/* Border color */ .box { border: 4px solid #b0cbcd; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b0cbcd; }
/* Background with text */ div { background: #b0cbcd; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B0CBCD
<!-- Using HEX --> <div style="background-color: #b0cbcd; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(176, 203, 205); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(176, 203, 205, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(184, 22%, 75%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b0cbcd;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b0cbcd; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b0cbcd; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b0cbcd;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b0cbcd; color: #fff; padding: 16px; border-radius: 8px;"> #B0CBCD </div>
Related Colors of #B0CBCD
These colors are similar to #B0CBCD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.