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