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