Shades of Pixie Green #BDD2AA
Tints of Pixie Green #BDD2AA
RGB
CMYK
RGB Variations
Color information
#BDD2AA (or 0xBDD2AA) is known color: Pixie Green. HEX triplet: BD, D2 and AA. RGB value is (189,210,170). Sum of RGB (Red+Green+Blue) = 189+210+170=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 210 (82.42% from 255 or 36.91% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD2AA is #422D55. Grayscale: #C7C7C7. Windows color (decimal): -4336982 or 11195069. OLE color: 11195069.
HSL color Cylindrical-coordinate representation of color #BDD2AA: hue angle of 91.5º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDD2AA is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 210 | 170 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.18 |
| HSL | 91.5º | 0.31% | 0.75% | - |
| HSV(B) | 91.5º | 0.19% | 0.82% | - |
| XYZ | 51.29 | 59.81 | 46.87 | - |
| YUV | 199.16 | 111.54 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 170 | 0.10 | 0 | 0.19 | 0.18 | 91.5 | 0.31 | 0.75 |
| Hex | BD | D2 | AA | A | 0 | 13 | 12 | 5C | 1F | 4B |
| Octal | 275 | 322 | 252 | 12 | 0 | 23 | 22 | 134 | 37 | 113 |
| Binary | 10111101 | 11010010 | 10101010 | 1010 | 0 | 10011 | 10010 | 1011100 | 11111 | 1001011 |
Color Harmonies of #BDD2AA
Complementary color
Monochromatic Colors of #BDD2AA
Black with #BDD2AA
Text Example
Text Example
White with #BDD2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD2AA; }
p { color: rgb(189,210,170); }
H1.HeaderClassName
{
color: #BDD2AA;
}
.AnyTagClassName
{
color: #BDD2AA;
}
</style>
background-color css
<style>
a { background-color: #BDD2AA; }
a { background-color: rgb(189,210,170); }
div.DivClassName
{
background-color: #BDD2AA;
}
.BgClassName
{
background-color: #BDD2AA;
}
</style>
border-color css
<style>
span { border-color: #BDD2AA; }
span { border-color: rgb(189,210,170); }
td.TdClassName
{
border-color: #BDD2AA;
}
.TagClassName
{
border-color: #BDD2AA;
}
</style>