Color: #BCA6AB
#BCA6AB Color Information
#BCA6AB is a light color. The closest websafe version is #BCA6AB. A complement of this color would be #A5BBB6, perceived brightness is 0.68, and the grayscale version is #B1B1B1.
In the HSL color space, this color has a hue angle of 346°,a saturation of 14%, and a lightness of 69%.The HSV representation shows a hue of 346°, a saturation of 12%, and a value of 74%.
In a RGB color space, #BCA6AB is composed of 74% red, 65% green and 67% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 12% magenta, 9% yellow and 26% black.
In the Yxy color space, this color is represented as Y: 40.99, x: 0.3630, and y: 0.3506.
Color Code #BCA6AB
Shades of Color #BCA6AB
Shades are created by darkening the original color #BCA6AB 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 #BCA6AB
Tints are created by lightening the original color #BCA6AB 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 #BCA6AB Color Code
In the HSL color space, this color has a hue angle of 346°, a saturation of 14%, and a lightness of 69%. The HSV representation shows a hue of 346°, a saturation of 12%, and a value of 74%.
- HEX: #BCA6AB
- RGB: rgb(188, 166, 171)
- HSL: hsl(346, 14%, 69%)
- HSV: hsv(346, 12%, 74%)
- CMYK: 0.00% cyan, 12.00% magenta, 9.00% yellow, 26.00% black
- XYZ: 42.44, 40.99, 33.49
- Yxy: 40.99, 0.3630, 0.3506
- Hunter Lab: 70.17, 8.91, 0.50
- CIE-Lab: 70.17, 8.91, 0.50
In the XYZ color space, this color is represented as X: 42.44, Y: 40.99, Z: 33.49. The Yxy representation further refines this as Y: 40.99, x: 0.3630, and y: 0.3506.
In the Hunter Lab color space, this color is represented as L: 70.17, a: 8.91, and b: 0.50. Similarly, in the CIE-Lab color space, it is represented as L: 70.17, a: 8.91, and b: 0.50.
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 #BCA6AB
Triadic colors are three colors evenly spaced around the color wheel, including #BCA6AB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #BCA6AB
Split complementary colors are two colors adjacent to the complementary color of #BCA6AB. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #BCA6AB
Monochromatic colors are variations of #BCA6AB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BCA6AB
The complementary color of #BCA6AB 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 #BCA6AB
/* Using HEX */ body { background-color: #bca6ab; }
/* Using RGB */ body { background-color: rgb(188, 166, 171); }
/* Using RGB with opacity */ body { background-color: rgba(188, 166, 171, 0.5); }
/* Using HSL */ body { background-color: hsl(346, 14%, 69%); }
/* Text color */ p { color: #bca6ab; }
/* Box shadow */ div { box-shadow: 4px 4px #bca6ab; }
/* Border color */ .box { border: 4px solid #bca6ab; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #bca6ab; }
/* Background with text */ div { background: #bca6ab; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BCA6AB
<!-- Using HEX --> <div style="background-color: #bca6ab; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(188, 166, 171); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(188, 166, 171, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(346, 14%, 69%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bca6ab;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bca6ab; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #bca6ab; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #bca6ab;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #bca6ab; color: #fff; padding: 16px; border-radius: 8px;"> #BCA6AB </div>
Related Colors of #BCA6AB
These colors are similar to #BCA6AB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.