Shades of Pixie Green #BCD4AA
Tints of Pixie Green #BCD4AA
RGB
CMYK
RGB Variations
Color information
#BCD4AA (or 0xBCD4AA) is known color: Pixie Green. HEX triplet: BC, D4 and AA. RGB value is (188,212,170). Sum of RGB (Red+Green+Blue) = 188+212+170=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 212 (83.20% from 255 or 37.19% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD4AA is #432B55. Grayscale: #C8C8C8. Windows color (decimal): -4402006 or 11195580. OLE color: 11195580.
HSL color Cylindrical-coordinate representation of color #BCD4AA: hue angle of 94.29º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCD4AA is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 212 | 170 | - |
| CMYK | 0.11 | 0 | 0.20 | 0.17 |
| HSL | 94.29º | 0.33% | 0.75% | - |
| HSV(B) | 94.29º | 0.2% | 0.83% | - |
| XYZ | 51.54 | 60.68 | 47.03 | - |
| YUV | 200.04 | 111.05 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 212 | 170 | 0.11 | 0 | 0.20 | 0.17 | 94.29 | 0.33 | 0.75 |
| Hex | BC | D4 | AA | B | 0 | 14 | 11 | 5E | 21 | 4B |
| Octal | 274 | 324 | 252 | 13 | 0 | 24 | 21 | 136 | 41 | 113 |
| Binary | 10111100 | 11010100 | 10101010 | 1011 | 0 | 10100 | 10001 | 1011110 | 100001 | 1001011 |
Color Harmonies of #BCD4AA
Complementary color
Monochromatic Colors of #BCD4AA
Black with #BCD4AA
Text Example
Text Example
White with #BCD4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD4AA; }
p { color: rgb(188,212,170); }
H1.HeaderClassName
{
color: #BCD4AA;
}
.AnyTagClassName
{
color: #BCD4AA;
}
</style>
background-color css
<style>
a { background-color: #BCD4AA; }
a { background-color: rgb(188,212,170); }
div.DivClassName
{
background-color: #BCD4AA;
}
.BgClassName
{
background-color: #BCD4AA;
}
</style>
border-color css
<style>
span { border-color: #BCD4AA; }
span { border-color: rgb(188,212,170); }
td.TdClassName
{
border-color: #BCD4AA;
}
.TagClassName
{
border-color: #BCD4AA;
}
</style>