Color: #C4BFBC
#C4BFBC Color Information
#C4BFBC is a light color. The closest websafe version is #C4BFBC. A complement of this color would be #BBC0C3, perceived brightness is 0.75, and the grayscale version is #C0C0C0.
In the HSL color space, this color has a hue angle of 23°,a saturation of 6%, and a lightness of 75%.The HSV representation shows a hue of 23°, a saturation of 100%, and a value of 100%.
In a RGB color space, #C4BFBC is composed of 77% red, 75% green and 74% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 3% magenta, 4% yellow and 23% black.
In the Yxy color space, this color is represented as Y: 52.68, x: 0.3522, and y: 0.3614.
Color Code #C4BFBC
Shades of Color #C4BFBC
Shades are created by darkening the original color #C4BFBC 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 #C4BFBC
Tints are created by lightening the original color #C4BFBC 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 #C4BFBC Color Code
In the HSL color space, this color has a hue angle of 23°, a saturation of 6%, and a lightness of 75%. The HSV representation shows a hue of 23°, a saturation of 4%, and a value of 77%.
- HEX: #C4BFBC
- RGB: rgb(196, 191, 188)
- HSL: hsl(23, 6%, 75%)
- HSV: hsv(23, 4%, 77%)
- CMYK: 0.00% cyan, 3.00% magenta, 4.00% yellow, 23.00% black
- XYZ: 51.33, 52.68, 41.74
- Yxy: 52.68, 0.3522, 0.3614
- Hunter Lab: 77.69, 1.41, 2.17
- CIE-Lab: 77.69, 1.41, 2.17
In the XYZ color space, this color is represented as X: 51.33, Y: 52.68, Z: 41.74. The Yxy representation further refines this as Y: 52.68, x: 0.3522, and y: 0.3614.
In the Hunter Lab color space, this color is represented as L: 77.69, a: 1.41, and b: 2.17. Similarly, in the CIE-Lab color space, it is represented as L: 77.69, a: 1.41, and b: 2.17.
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 #C4BFBC
Triadic colors are three colors evenly spaced around the color wheel, including #C4BFBC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #C4BFBC
Monochromatic colors are variations of #C4BFBC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #C4BFBC
The complementary color of #C4BFBC 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 #C4BFBC
/* Using HEX */ body { background-color: #c4bfbc; }
/* Using RGB */ body { background-color: rgb(196, 191, 188); }
/* Using RGB with opacity */ body { background-color: rgba(196, 191, 188, 0.5); }
/* Using HSL */ body { background-color: hsl(23, 6%, 75%); }
/* Text color */ p { color: #c4bfbc; }
/* Box shadow */ div { box-shadow: 4px 4px #c4bfbc; }
HTML Examples of #C4BFBC
<!-- Using HEX --> <div style="background-color: #c4bfbc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(196, 191, 188); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(196, 191, 188, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(23, 6%, 75%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #c4bfbc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #c4bfbc; width: 100px; height: 100px;"></div>
Related Colors of #C4BFBC
These colors are similar to #C4BFBC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.