Shades of Pixie Green #BDD1AA
Tints of Pixie Green #BDD1AA
RGB
CMYK
RGB Variations
Color information
#BDD1AA (or 0xBDD1AA) is known color: Pixie Green. HEX triplet: BD, D1 and AA. RGB value is (189,209,170). Sum of RGB (Red+Green+Blue) = 189+209+170=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 209 (82.03% from 255 or 36.80% from 568); Blue value is 170 (66.80% from 255 or 29.93% from 568); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD1AA is #422E55. Grayscale: #C6C6C6. Windows color (decimal): -4337238 or 11194813. OLE color: 11194813.
HSL color Cylindrical-coordinate representation of color #BDD1AA: hue angle of 90.77º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDD1AA is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 209 | 170 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.18 |
| HSL | 90.77º | 0.3% | 0.74% | - |
| HSV(B) | 90.77º | 0.19% | 0.82% | - |
| XYZ | 51.04 | 59.32 | 46.79 | - |
| YUV | 198.57 | 111.87 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 170 | 0.10 | 0 | 0.19 | 0.18 | 90.77 | 0.3 | 0.74 |
| Hex | BD | D1 | AA | A | 0 | 13 | 12 | 5B | 1E | 4A |
| Octal | 275 | 321 | 252 | 12 | 0 | 23 | 22 | 133 | 36 | 112 |
| Binary | 10111101 | 11010001 | 10101010 | 1010 | 0 | 10011 | 10010 | 1011011 | 11110 | 1001010 |
Color Harmonies of #BDD1AA
Complementary color
Monochromatic Colors of #BDD1AA
Black with #BDD1AA
Text Example
Text Example
White with #BDD1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD1AA; }
p { color: rgb(189,209,170); }
H1.HeaderClassName
{
color: #BDD1AA;
}
.AnyTagClassName
{
color: #BDD1AA;
}
</style>
background-color css
<style>
a { background-color: #BDD1AA; }
a { background-color: rgb(189,209,170); }
div.DivClassName
{
background-color: #BDD1AA;
}
.BgClassName
{
background-color: #BDD1AA;
}
</style>
border-color css
<style>
span { border-color: #BDD1AA; }
span { border-color: rgb(189,209,170); }
td.TdClassName
{
border-color: #BDD1AA;
}
.TagClassName
{
border-color: #BDD1AA;
}
</style>