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