Shades of Pixie Green #BDD3AA
Tints of Pixie Green #BDD3AA
RGB
CMYK
RGB Variations
Color information
#BDD3AA (or 0xBDD3AA) is known color: Pixie Green. HEX triplet: BD, D3 and AA. RGB value is (189,211,170). Sum of RGB (Red+Green+Blue) = 189+211+170=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 211 (82.81% from 255 or 37.02% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD3AA is #422C55. Grayscale: #C7C7C7. Windows color (decimal): -4336726 or 11195325. OLE color: 11195325.
HSL color Cylindrical-coordinate representation of color #BDD3AA: hue angle of 92.2º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDD3AA is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 211 | 170 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.17 |
| HSL | 92.2º | 0.32% | 0.75% | - |
| HSV(B) | 92.2º | 0.19% | 0.83% | - |
| XYZ | 51.54 | 60.31 | 46.95 | - |
| YUV | 199.75 | 111.21 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 211 | 170 | 0.10 | 0 | 0.19 | 0.17 | 92.2 | 0.32 | 0.75 |
| Hex | BD | D3 | AA | A | 0 | 13 | 11 | 5C | 20 | 4B |
| Octal | 275 | 323 | 252 | 12 | 0 | 23 | 21 | 134 | 40 | 113 |
| Binary | 10111101 | 11010011 | 10101010 | 1010 | 0 | 10011 | 10001 | 1011100 | 100000 | 1001011 |
Color Harmonies of #BDD3AA
Complementary color
Monochromatic Colors of #BDD3AA
Black with #BDD3AA
Text Example
Text Example
White with #BDD3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD3AA; }
p { color: rgb(189,211,170); }
H1.HeaderClassName
{
color: #BDD3AA;
}
.AnyTagClassName
{
color: #BDD3AA;
}
</style>
background-color css
<style>
a { background-color: #BDD3AA; }
a { background-color: rgb(189,211,170); }
div.DivClassName
{
background-color: #BDD3AA;
}
.BgClassName
{
background-color: #BDD3AA;
}
</style>
border-color css
<style>
span { border-color: #BDD3AA; }
span { border-color: rgb(189,211,170); }
td.TdClassName
{
border-color: #BDD3AA;
}
.TagClassName
{
border-color: #BDD3AA;
}
</style>