Shades of Pixie Green #BCD2AA
Tints of Pixie Green #BCD2AA
RGB
CMYK
RGB Variations
Color information
#BCD2AA (or 0xBCD2AA) is known color: Pixie Green. HEX triplet: BC, D2 and AA. RGB value is (188,210,170). Sum of RGB (Red+Green+Blue) = 188+210+170=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 210 (82.42% from 255 or 36.97% from 568); Blue value is 170 (66.80% from 255 or 29.93% from 568); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD2AA is #432D55. Grayscale: #C6C6C6. Windows color (decimal): -4402518 or 11195068. OLE color: 11195068.
HSL color Cylindrical-coordinate representation of color #BCD2AA: hue angle of 93º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCD2AA is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 170 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.18 |
| HSL | 93º | 0.31% | 0.75% | - |
| HSV(B) | 93º | 0.19% | 0.82% | - |
| XYZ | 51.04 | 59.69 | 46.86 | - |
| YUV | 198.86 | 111.71 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 170 | 0.10 | 0 | 0.19 | 0.18 | 93 | 0.31 | 0.75 |
| Hex | BC | D2 | AA | A | 0 | 13 | 12 | 5D | 1F | 4B |
| Octal | 274 | 322 | 252 | 12 | 0 | 23 | 22 | 135 | 37 | 113 |
| Binary | 10111100 | 11010010 | 10101010 | 1010 | 0 | 10011 | 10010 | 1011101 | 11111 | 1001011 |
Color Harmonies of #BCD2AA
Complementary color
Monochromatic Colors of #BCD2AA
Black with #BCD2AA
Text Example
Text Example
White with #BCD2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD2AA; }
p { color: rgb(188,210,170); }
H1.HeaderClassName
{
color: #BCD2AA;
}
.AnyTagClassName
{
color: #BCD2AA;
}
</style>
background-color css
<style>
a { background-color: #BCD2AA; }
a { background-color: rgb(188,210,170); }
div.DivClassName
{
background-color: #BCD2AA;
}
.BgClassName
{
background-color: #BCD2AA;
}
</style>
border-color css
<style>
span { border-color: #BCD2AA; }
span { border-color: rgb(188,210,170); }
td.TdClassName
{
border-color: #BCD2AA;
}
.TagClassName
{
border-color: #BCD2AA;
}
</style>