Shades of Pixie Green #BCD7AA
Tints of Pixie Green #BCD7AA
RGB
CMYK
RGB Variations
Color information
#BCD7AA (or 0xBCD7AA) is known color: Pixie Green. HEX triplet: BC, D7 and AA. RGB value is (188,215,170). Sum of RGB (Red+Green+Blue) = 188+215+170=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 215 (84.38% from 255 or 37.52% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD7AA is #432855. Grayscale: #C9C9C9. Windows color (decimal): -4401238 or 11196348. OLE color: 11196348.
HSL color Cylindrical-coordinate representation of color #BCD7AA: hue angle of 96º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCD7AA is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 170 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.16 |
| HSL | 96º | 0.36% | 0.75% | - |
| HSV(B) | 96º | 0.21% | 0.84% | - |
| XYZ | 52.3 | 62.19 | 47.28 | - |
| YUV | 201.8 | 110.05 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 170 | 0.13 | 0 | 0.21 | 0.16 | 96 | 0.36 | 0.75 |
| Hex | BC | D7 | AA | D | 0 | 15 | 10 | 60 | 24 | 4B |
| Octal | 274 | 327 | 252 | 15 | 0 | 25 | 20 | 140 | 44 | 113 |
| Binary | 10111100 | 11010111 | 10101010 | 1101 | 0 | 10101 | 10000 | 1100000 | 100100 | 1001011 |
Color Harmonies of #BCD7AA
Complementary color
Monochromatic Colors of #BCD7AA
Black with #BCD7AA
Text Example
Text Example
White with #BCD7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD7AA; }
p { color: rgb(188,215,170); }
H1.HeaderClassName
{
color: #BCD7AA;
}
.AnyTagClassName
{
color: #BCD7AA;
}
</style>
background-color css
<style>
a { background-color: #BCD7AA; }
a { background-color: rgb(188,215,170); }
div.DivClassName
{
background-color: #BCD7AA;
}
.BgClassName
{
background-color: #BCD7AA;
}
</style>
border-color css
<style>
span { border-color: #BCD7AA; }
span { border-color: rgb(188,215,170); }
td.TdClassName
{
border-color: #BCD7AA;
}
.TagClassName
{
border-color: #BCD7AA;
}
</style>