Shades of Pixie Green #BDD7A9
Tints of Pixie Green #BDD7A9
RGB
CMYK
RGB Variations
Color information
#BDD7A9 (or 0xBDD7A9) is known color: Pixie Green. HEX triplet: BD, D7 and A9. RGB value is (189,215,169). Sum of RGB (Red+Green+Blue) = 189+215+169=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 215 (84.38% from 255 or 37.52% from 573); Blue value is 169 (66.41% from 255 or 29.49% from 573); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD7A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD7A9 is #422856. Grayscale: #CACACA. Windows color (decimal): -4335703 or 11130813. OLE color: 11130813.
HSL color Cylindrical-coordinate representation of color #BDD7A9: hue angle of 93.91º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDD7A9 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 215 | 169 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.16 |
| HSL | 93.91º | 0.37% | 0.75% | - |
| HSV(B) | 93.91º | 0.21% | 0.84% | - |
| XYZ | 52.45 | 62.28 | 46.79 | - |
| YUV | 201.98 | 109.39 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 169 | 0.12 | 0 | 0.21 | 0.16 | 93.91 | 0.37 | 0.75 |
| Hex | BD | D7 | A9 | C | 0 | 15 | 10 | 5E | 25 | 4B |
| Octal | 275 | 327 | 251 | 14 | 0 | 25 | 20 | 136 | 45 | 113 |
| Binary | 10111101 | 11010111 | 10101001 | 1100 | 0 | 10101 | 10000 | 1011110 | 100101 | 1001011 |
Color Harmonies of #BDD7A9
Complementary color
Monochromatic Colors of #BDD7A9
Black with #BDD7A9
Text Example
Text Example
White with #BDD7A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD7A9; }
p { color: rgb(189,215,169); }
H1.HeaderClassName
{
color: #BDD7A9;
}
.AnyTagClassName
{
color: #BDD7A9;
}
</style>
background-color css
<style>
a { background-color: #BDD7A9; }
a { background-color: rgb(189,215,169); }
div.DivClassName
{
background-color: #BDD7A9;
}
.BgClassName
{
background-color: #BDD7A9;
}
</style>
border-color css
<style>
span { border-color: #BDD7A9; }
span { border-color: rgb(189,215,169); }
td.TdClassName
{
border-color: #BDD7A9;
}
.TagClassName
{
border-color: #BDD7A9;
}
</style>