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