Shades of Pixie Green #BDD9A9
Tints of Pixie Green #BDD9A9
RGB
CMYK
RGB Variations
Color information
#BDD9A9 (or 0xBDD9A9) is known color: Pixie Green. HEX triplet: BD, D9 and A9. RGB value is (189,217,169). Sum of RGB (Red+Green+Blue) = 189+217+169=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 217 (85.16% from 255 or 37.74% from 575); Blue value is 169 (66.41% from 255 or 29.39% from 575); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD9A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD9A9 is #422656. Grayscale: #CBCBCB. Windows color (decimal): -4335191 or 11131325. OLE color: 11131325.
HSL color Cylindrical-coordinate representation of color #BDD9A9: hue angle of 95º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDD9A9 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 169 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.15 |
| HSL | 95º | 0.39% | 0.76% | - |
| HSV(B) | 95º | 0.22% | 0.85% | - |
| XYZ | 52.96 | 63.31 | 46.96 | - |
| YUV | 203.16 | 108.72 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 169 | 0.13 | 0 | 0.22 | 0.15 | 95 | 0.39 | 0.76 |
| Hex | BD | D9 | A9 | D | 0 | 16 | F | 5F | 27 | 4C |
| Octal | 275 | 331 | 251 | 15 | 0 | 26 | 17 | 137 | 47 | 114 |
| Binary | 10111101 | 11011001 | 10101001 | 1101 | 0 | 10110 | 1111 | 1011111 | 100111 | 1001100 |
Color Harmonies of #BDD9A9
Complementary color
Monochromatic Colors of #BDD9A9
Black with #BDD9A9
Text Example
Text Example
White with #BDD9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD9A9; }
p { color: rgb(189,217,169); }
H1.HeaderClassName
{
color: #BDD9A9;
}
.AnyTagClassName
{
color: #BDD9A9;
}
</style>
background-color css
<style>
a { background-color: #BDD9A9; }
a { background-color: rgb(189,217,169); }
div.DivClassName
{
background-color: #BDD9A9;
}
.BgClassName
{
background-color: #BDD9A9;
}
</style>
border-color css
<style>
span { border-color: #BDD9A9; }
span { border-color: rgb(189,217,169); }
td.TdClassName
{
border-color: #BDD9A9;
}
.TagClassName
{
border-color: #BDD9A9;
}
</style>