Color: #B2CC87
#B2CC87 Color Information
#B2CC87 is a light color. The closest websafe version is #B2CC87. A complement of this color would be #A086CB, perceived brightness is 0.74, and the grayscale version is #AAAAAA.
In the HSL color space, this color has a hue angle of 83°,a saturation of 40%, and a lightness of 66%.The HSV representation shows a hue of 83°, a saturation of 34%, and a value of 80%.
In a RGB color space, #B2CC87 is composed of 70% red, 80% green and 53% blue. Whereas in a CMYK color space, it is composed of 13% cyan, 0% magenta, 34% yellow and 20% black.
In the Yxy color space, this color is represented as Y: 54.66, x: 0.3703, and y: 0.4388.
Color Code #B2CC87
Shades of Color #B2CC87
Shades are created by darkening the original color #B2CC87 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 #B2CC87
Tints are created by lightening the original color #B2CC87 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 #B2CC87 Color Code
In the HSL color space, this color has a hue angle of 83°, a saturation of 40%, and a lightness of 66%. The HSV representation shows a hue of 83°, a saturation of 34%, and a value of 80%.
- HEX: #B2CC87
- RGB: rgb(178, 204, 135)
- HSL: hsl(83, 40%, 66%)
- HSV: hsv(83, 34%, 80%)
- CMYK: 13.00% cyan, 0.00% magenta, 34.00% yellow, 20.00% black
- XYZ: 46.13, 54.66, 23.79
- Yxy: 54.66, 0.3703, 0.4388
- Hunter Lab: 78.85, -17.76, 31.41
- CIE-Lab: 78.85, -17.76, 31.41
In the XYZ color space, this color is represented as X: 46.13, Y: 54.66, Z: 23.79. The Yxy representation further refines this as Y: 54.66, x: 0.3703, and y: 0.4388.
In the Hunter Lab color space, this color is represented as L: 78.85, a: -17.76, and b: 31.41. Similarly, in the CIE-Lab color space, it is represented as L: 78.85, a: -17.76, and b: 31.41.
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 #B2CC87
Triadic colors are three colors evenly spaced around the color wheel, including #B2CC87. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #B2CC87
Split complementary colors are two colors adjacent to the complementary color of #B2CC87. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #B2CC87
Monochromatic colors are variations of #B2CC87, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B2CC87
The complementary color of #B2CC87 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 #B2CC87
/* Using HEX */ body { background-color: #b2cc87; }
/* Using RGB */ body { background-color: rgb(178, 204, 135); }
/* Using RGB with opacity */ body { background-color: rgba(178, 204, 135, 0.5); }
/* Using HSL */ body { background-color: hsl(83, 40%, 66%); }
/* Text color */ p { color: #b2cc87; }
/* Box shadow */ div { box-shadow: 4px 4px #b2cc87; }
/* Border color */ .box { border: 4px solid #b2cc87; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b2cc87; }
/* Background with text */ div { background: #b2cc87; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B2CC87
<!-- Using HEX --> <div style="background-color: #b2cc87; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(178, 204, 135); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(178, 204, 135, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(83, 40%, 66%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b2cc87;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b2cc87; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b2cc87; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b2cc87;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b2cc87; color: #fff; padding: 16px; border-radius: 8px;"> #B2CC87 </div>
Related Colors of #B2CC87
These colors are similar to #B2CC87, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.