Shades of Pixie Green #BDD5A9
Tints of Pixie Green #BDD5A9
RGB
CMYK
RGB Variations
Color information
#BDD5A9 (or 0xBDD5A9) is known color: Pixie Green. HEX triplet: BD, D5 and A9. RGB value is (189,213,169). Sum of RGB (Red+Green+Blue) = 189+213+169=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 213 (83.59% from 255 or 37.30% from 571); Blue value is 169 (66.41% from 255 or 29.60% from 571); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD5A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD5A9 is #422A56. Grayscale: #C8C8C8. Windows color (decimal): -4336215 or 11130301. OLE color: 11130301.
HSL color Cylindrical-coordinate representation of color #BDD5A9: hue angle of 92.73º degrees, saturation: 0.34, 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 #BDD5A9 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 169 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.16 |
| HSL | 92.73º | 0.34% | 0.75% | - |
| HSV(B) | 92.73º | 0.21% | 0.84% | - |
| XYZ | 51.94 | 61.27 | 46.63 | - |
| YUV | 200.81 | 110.05 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 169 | 0.11 | 0 | 0.21 | 0.16 | 92.73 | 0.34 | 0.75 |
| Hex | BD | D5 | A9 | B | 0 | 15 | 10 | 5D | 22 | 4B |
| Octal | 275 | 325 | 251 | 13 | 0 | 25 | 20 | 135 | 42 | 113 |
| Binary | 10111101 | 11010101 | 10101001 | 1011 | 0 | 10101 | 10000 | 1011101 | 100010 | 1001011 |
Color Harmonies of #BDD5A9
Complementary color
Monochromatic Colors of #BDD5A9
Black with #BDD5A9
Text Example
Text Example
White with #BDD5A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD5A9; }
p { color: rgb(189,213,169); }
H1.HeaderClassName
{
color: #BDD5A9;
}
.AnyTagClassName
{
color: #BDD5A9;
}
</style>
background-color css
<style>
a { background-color: #BDD5A9; }
a { background-color: rgb(189,213,169); }
div.DivClassName
{
background-color: #BDD5A9;
}
.BgClassName
{
background-color: #BDD5A9;
}
</style>
border-color css
<style>
span { border-color: #BDD5A9; }
span { border-color: rgb(189,213,169); }
td.TdClassName
{
border-color: #BDD5A9;
}
.TagClassName
{
border-color: #BDD5A9;
}
</style>