Color: #C8BEBB
#C8BEBB Color Information
#C8BEBB is a light color. The closest websafe version is #C8BEBB. A complement of this color would be #BBC5C9, perceived brightness is 0.76, and the grayscale version is #C2C2C2.
In the HSL color space, this color has a hue angle of 14°,a saturation of 11%, and a lightness of 76%.The HSV representation shows a hue of 14°, a saturation of 100%, and a value of 100%.
In a RGB color space, #C8BEBB is composed of 78% red, 75% green and 73% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 5% magenta, 7% yellow and 22% black.
In the Yxy color space, this color is represented as Y: 52.78, x: 0.3565, and y: 0.3610.
Color Code #C8BEBB
Shades of Color #C8BEBB
Shades are created by darkening the original color #C8BEBB 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 #C8BEBB
Tints are created by lightening the original color #C8BEBB 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 #C8BEBB Color Code
In the HSL color space, this color has a hue angle of 14°, a saturation of 11%, and a lightness of 76%. The HSV representation shows a hue of 14°, a saturation of 7%, and a value of 78%.
- HEX: #C8BEBB
- RGB: rgb(200, 190, 187)
- HSL: hsl(14, 11%, 76%)
- HSV: hsv(14, 7%, 78%)
- CMYK: 0.00% cyan, 5.00% magenta, 7.00% yellow, 22.00% black
- XYZ: 52.12, 52.78, 41.29
- Yxy: 52.78, 0.3565, 0.3610
- Hunter Lab: 77.74, 3.25, 2.84
- CIE-Lab: 77.74, 3.25, 2.84
In the XYZ color space, this color is represented as X: 52.12, Y: 52.78, Z: 41.29. The Yxy representation further refines this as Y: 52.78, x: 0.3565, and y: 0.3610.
In the Hunter Lab color space, this color is represented as L: 77.74, a: 3.25, and b: 2.84. Similarly, in the CIE-Lab color space, it is represented as L: 77.74, a: 3.25, and b: 2.84.
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 #C8BEBB
Triadic colors are three colors evenly spaced around the color wheel, including #C8BEBB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #C8BEBB
Monochromatic colors are variations of #C8BEBB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #C8BEBB
The complementary color of #C8BEBB 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 #C8BEBB
/* Using HEX */ body { background-color: #c8bebb; }
/* Using RGB */ body { background-color: rgb(200, 190, 187); }
/* Using RGB with opacity */ body { background-color: rgba(200, 190, 187, 0.5); }
/* Using HSL */ body { background-color: hsl(14, 11%, 76%); }
/* Text color */ p { color: #c8bebb; }
/* Box shadow */ div { box-shadow: 4px 4px #c8bebb; }
HTML Examples of #C8BEBB
<!-- Using HEX --> <div style="background-color: #c8bebb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(200, 190, 187); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(200, 190, 187, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(14, 11%, 76%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #c8bebb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #c8bebb; width: 100px; height: 100px;"></div>
Related Colors of #C8BEBB
These colors are similar to #C8BEBB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.