Color: #BCBA8C
#BCBA8C Color Information
#BCBA8C is a light color. The closest websafe version is #BCBA8C. A complement of this color would be #8B8DBB, perceived brightness is 0.71, and the grayscale version is #A4A4A4.
In the HSL color space, this color has a hue angle of 58°,a saturation of 26%, and a lightness of 64%.The HSV representation shows a hue of 58°, a saturation of 26%, and a value of 74%.
In a RGB color space, #BCBA8C is composed of 74% red, 73% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 1% magenta, 26% yellow and 26% black.
In the Yxy color space, this color is represented as Y: 47.98, x: 0.3819, and y: 0.4109.
Color Code #BCBA8C
Shades of Color #BCBA8C
Shades are created by darkening the original color #BCBA8C 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 #BCBA8C
Tints are created by lightening the original color #BCBA8C 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 #BCBA8C Color Code
In the HSL color space, this color has a hue angle of 58°, a saturation of 26%, and a lightness of 64%. The HSV representation shows a hue of 58°, a saturation of 26%, and a value of 74%.
- HEX: #BCBA8C
- RGB: rgb(188, 186, 140)
- HSL: hsl(58, 26%, 64%)
- HSV: hsv(58, 26%, 74%)
- CMYK: 0.00% cyan, 100.00% magenta, 26.00% yellow, 26.00% black
- XYZ: 44.59, 47.98, 24.20
- Yxy: 47.98, 0.3819, 0.4109
- Hunter Lab: 74.81, -4.78, 23.70
- CIE-Lab: 74.81, -4.78, 23.70
In the XYZ color space, this color is represented as X: 44.59, Y: 47.98, Z: 24.20. The Yxy representation further refines this as Y: 47.98, x: 0.3819, and y: 0.4109.
In the Hunter Lab color space, this color is represented as L: 74.81, a: -4.78, and b: 23.70. Similarly, in the CIE-Lab color space, it is represented as L: 74.81, a: -4.78, and b: 23.70.
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 #BCBA8C
Triadic colors are three colors evenly spaced around the color wheel, including #BCBA8C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #BCBA8C
Monochromatic colors are variations of #BCBA8C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BCBA8C
The complementary color of #BCBA8C 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 #BCBA8C
/* Using HEX */ body { background-color: #bcba8c; }
/* Using RGB */ body { background-color: rgb(188, 186, 140); }
/* Using RGB with opacity */ body { background-color: rgba(188, 186, 140, 0.5); }
/* Using HSL */ body { background-color: hsl(58, 26%, 64%); }
/* Text color */ p { color: #bcba8c; }
/* Box shadow */ div { box-shadow: 4px 4px #bcba8c; }
/* Border color */ .box { border: 4px solid #bcba8c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #bcba8c; }
/* Background with text */ div { background: #bcba8c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BCBA8C
<!-- Using HEX --> <div style="background-color: #bcba8c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(188, 186, 140); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(188, 186, 140, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(58, 26%, 64%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bcba8c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bcba8c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #bcba8c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #bcba8c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #bcba8c; color: #fff; padding: 16px; border-radius: 8px;"> #BCBA8C </div>
Related Colors of #BCBA8C
These colors are similar to #BCBA8C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.