Shades of Pixie Green #BDD4A9
Tints of Pixie Green #BDD4A9
RGB
CMYK
RGB Variations
Color information
#BDD4A9 (or 0xBDD4A9) is known color: Pixie Green. HEX triplet: BD, D4 and A9. RGB value is (189,212,169). Sum of RGB (Red+Green+Blue) = 189+212+169=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 212 (83.20% from 255 or 37.19% from 570); Blue value is 169 (66.41% from 255 or 29.65% from 570); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD4A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD4A9 is #422B56. Grayscale: #C8C8C8. Windows color (decimal): -4336471 or 11130045. OLE color: 11130045.
HSL color Cylindrical-coordinate representation of color #BDD4A9: hue angle of 92.09º 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 #BDD4A9 is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 212 | 169 | - |
| CMYK | 0.11 | 0 | 0.20 | 0.17 |
| HSL | 92.09º | 0.33% | 0.75% | - |
| HSV(B) | 92.09º | 0.2% | 0.83% | - |
| XYZ | 51.69 | 60.77 | 46.54 | - |
| YUV | 200.22 | 110.38 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 169 | 0.11 | 0 | 0.20 | 0.17 | 92.09 | 0.33 | 0.75 |
| Hex | BD | D4 | A9 | B | 0 | 14 | 11 | 5C | 21 | 4B |
| Octal | 275 | 324 | 251 | 13 | 0 | 24 | 21 | 134 | 41 | 113 |
| Binary | 10111101 | 11010100 | 10101001 | 1011 | 0 | 10100 | 10001 | 1011100 | 100001 | 1001011 |
Color Harmonies of #BDD4A9
Complementary color
Monochromatic Colors of #BDD4A9
Black with #BDD4A9
Text Example
Text Example
White with #BDD4A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD4A9; }
p { color: rgb(189,212,169); }
H1.HeaderClassName
{
color: #BDD4A9;
}
.AnyTagClassName
{
color: #BDD4A9;
}
</style>
background-color css
<style>
a { background-color: #BDD4A9; }
a { background-color: rgb(189,212,169); }
div.DivClassName
{
background-color: #BDD4A9;
}
.BgClassName
{
background-color: #BDD4A9;
}
</style>
border-color css
<style>
span { border-color: #BDD4A9; }
span { border-color: rgb(189,212,169); }
td.TdClassName
{
border-color: #BDD4A9;
}
.TagClassName
{
border-color: #BDD4A9;
}
</style>