Shades of Pixie Green #BCD4AB
Tints of Pixie Green #BCD4AB
RGB
CMYK
RGB Variations
Color information
#BCD4AB (or 0xBCD4AB) is known color: Pixie Green. HEX triplet: BC, D4 and AB. RGB value is (188,212,171). Sum of RGB (Red+Green+Blue) = 188+212+171=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 212 (83.20% from 255 or 37.13% from 571); Blue value is 171 (67.19% from 255 or 29.95% from 571); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD4AB is #432B54. Grayscale: #C8C8C8. Windows color (decimal): -4402005 or 11261116. OLE color: 11261116.
HSL color Cylindrical-coordinate representation of color #BCD4AB: hue angle of 95.12º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCD4AB is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 212 | 171 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.17 |
| HSL | 95.12º | 0.32% | 0.75% | - |
| HSV(B) | 95.12º | 0.19% | 0.83% | - |
| XYZ | 51.63 | 60.72 | 47.53 | - |
| YUV | 200.15 | 111.55 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 212 | 171 | 0.11 | 0 | 0.19 | 0.17 | 95.12 | 0.32 | 0.75 |
| Hex | BC | D4 | AB | B | 0 | 13 | 11 | 5F | 20 | 4B |
| Octal | 274 | 324 | 253 | 13 | 0 | 23 | 21 | 137 | 40 | 113 |
| Binary | 10111100 | 11010100 | 10101011 | 1011 | 0 | 10011 | 10001 | 1011111 | 100000 | 1001011 |
Color Harmonies of #BCD4AB
Complementary color
Monochromatic Colors of #BCD4AB
Black with #BCD4AB
Text Example
Text Example
White with #BCD4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD4AB; }
p { color: rgb(188,212,171); }
H1.HeaderClassName
{
color: #BCD4AB;
}
.AnyTagClassName
{
color: #BCD4AB;
}
</style>
background-color css
<style>
a { background-color: #BCD4AB; }
a { background-color: rgb(188,212,171); }
div.DivClassName
{
background-color: #BCD4AB;
}
.BgClassName
{
background-color: #BCD4AB;
}
</style>
border-color css
<style>
span { border-color: #BCD4AB; }
span { border-color: rgb(188,212,171); }
td.TdClassName
{
border-color: #BCD4AB;
}
.TagClassName
{
border-color: #BCD4AB;
}
</style>