Shades of Pixie Green #BDD8AA
Tints of Pixie Green #BDD8AA
RGB
CMYK
RGB Variations
Color information
#BDD8AA (or 0xBDD8AA) is known color: Pixie Green. HEX triplet: BD, D8 and AA. RGB value is (189,216,170). Sum of RGB (Red+Green+Blue) = 189+216+170=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 216 (84.77% from 255 or 37.57% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD8AA is #422755. Grayscale: #CACACA. Windows color (decimal): -4335446 or 11196605. OLE color: 11196605.
HSL color Cylindrical-coordinate representation of color #BDD8AA: hue angle of 95.22º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDD8AA is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 216 | 170 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.15 |
| HSL | 95.22º | 0.37% | 0.76% | - |
| HSV(B) | 95.22º | 0.21% | 0.85% | - |
| XYZ | 52.8 | 62.83 | 47.38 | - |
| YUV | 202.68 | 109.55 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 170 | 0.12 | 0 | 0.21 | 0.15 | 95.22 | 0.37 | 0.76 |
| Hex | BD | D8 | AA | C | 0 | 15 | F | 5F | 25 | 4C |
| Octal | 275 | 330 | 252 | 14 | 0 | 25 | 17 | 137 | 45 | 114 |
| Binary | 10111101 | 11011000 | 10101010 | 1100 | 0 | 10101 | 1111 | 1011111 | 100101 | 1001100 |
Color Harmonies of #BDD8AA
Complementary color
Monochromatic Colors of #BDD8AA
Black with #BDD8AA
Text Example
Text Example
White with #BDD8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD8AA; }
p { color: rgb(189,216,170); }
H1.HeaderClassName
{
color: #BDD8AA;
}
.AnyTagClassName
{
color: #BDD8AA;
}
</style>
background-color css
<style>
a { background-color: #BDD8AA; }
a { background-color: rgb(189,216,170); }
div.DivClassName
{
background-color: #BDD8AA;
}
.BgClassName
{
background-color: #BDD8AA;
}
</style>
border-color css
<style>
span { border-color: #BDD8AA; }
span { border-color: rgb(189,216,170); }
td.TdClassName
{
border-color: #BDD8AA;
}
.TagClassName
{
border-color: #BDD8AA;
}
</style>