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