Shades of Pixie Green #BDD9A8
Tints of Pixie Green #BDD9A8
RGB
CMYK
RGB Variations
Color information
#BDD9A8 (or 0xBDD9A8) is known color: Pixie Green. HEX triplet: BD, D9 and A8. RGB value is (189,217,168). Sum of RGB (Red+Green+Blue) = 189+217+168=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 217 (85.16% from 255 or 37.80% from 574); Blue value is 168 (66.02% from 255 or 29.27% from 574); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD9A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD9A8 is #422657. Grayscale: #CBCBCB. Windows color (decimal): -4335192 or 11065789. OLE color: 11065789.
HSL color Cylindrical-coordinate representation of color #BDD9A8: hue angle of 94.29º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDD9A8 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 168 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.15 |
| HSL | 94.29º | 0.39% | 0.75% | - |
| HSV(B) | 94.29º | 0.23% | 0.85% | - |
| XYZ | 52.87 | 63.27 | 46.47 | - |
| YUV | 203.04 | 108.22 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 168 | 0.13 | 0 | 0.23 | 0.15 | 94.29 | 0.39 | 0.75 |
| Hex | BD | D9 | A8 | D | 0 | 17 | F | 5E | 27 | 4B |
| Octal | 275 | 331 | 250 | 15 | 0 | 27 | 17 | 136 | 47 | 113 |
| Binary | 10111101 | 11011001 | 10101000 | 1101 | 0 | 10111 | 1111 | 1011110 | 100111 | 1001011 |
Color Harmonies of #BDD9A8
Complementary color
Monochromatic Colors of #BDD9A8
Black with #BDD9A8
Text Example
Text Example
White with #BDD9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD9A8; }
p { color: rgb(189,217,168); }
H1.HeaderClassName
{
color: #BDD9A8;
}
.AnyTagClassName
{
color: #BDD9A8;
}
</style>
background-color css
<style>
a { background-color: #BDD9A8; }
a { background-color: rgb(189,217,168); }
div.DivClassName
{
background-color: #BDD9A8;
}
.BgClassName
{
background-color: #BDD9A8;
}
</style>
border-color css
<style>
span { border-color: #BDD9A8; }
span { border-color: rgb(189,217,168); }
td.TdClassName
{
border-color: #BDD9A8;
}
.TagClassName
{
border-color: #BDD9A8;
}
</style>