Shades of Pixie Green #BDD1AD
Tints of Pixie Green #BDD1AD
RGB
CMYK
RGB Variations
Color information
#BDD1AD (or 0xBDD1AD) is known color: Pixie Green. HEX triplet: BD, D1 and AD. RGB value is (189,209,173). Sum of RGB (Red+Green+Blue) = 189+209+173=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 209 (82.03% from 255 or 36.60% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD1AD is #422E52. Grayscale: #C7C7C7. Windows color (decimal): -4337235 or 11391421. OLE color: 11391421.
HSL color Cylindrical-coordinate representation of color #BDD1AD: hue angle of 93.33º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDD1AD is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 209 | 173 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.18 |
| HSL | 93.33º | 0.28% | 0.75% | - |
| HSV(B) | 93.33º | 0.17% | 0.82% | - |
| XYZ | 51.33 | 59.44 | 48.3 | - |
| YUV | 198.92 | 113.37 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 173 | 0.10 | 0 | 0.17 | 0.18 | 93.33 | 0.28 | 0.75 |
| Hex | BD | D1 | AD | A | 0 | 11 | 12 | 5D | 1C | 4B |
| Octal | 275 | 321 | 255 | 12 | 0 | 21 | 22 | 135 | 34 | 113 |
| Binary | 10111101 | 11010001 | 10101101 | 1010 | 0 | 10001 | 10010 | 1011101 | 11100 | 1001011 |
Color Harmonies of #BDD1AD
Complementary color
Monochromatic Colors of #BDD1AD
Black with #BDD1AD
Text Example
Text Example
White with #BDD1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD1AD; }
p { color: rgb(189,209,173); }
H1.HeaderClassName
{
color: #BDD1AD;
}
.AnyTagClassName
{
color: #BDD1AD;
}
</style>
background-color css
<style>
a { background-color: #BDD1AD; }
a { background-color: rgb(189,209,173); }
div.DivClassName
{
background-color: #BDD1AD;
}
.BgClassName
{
background-color: #BDD1AD;
}
</style>
border-color css
<style>
span { border-color: #BDD1AD; }
span { border-color: rgb(189,209,173); }
td.TdClassName
{
border-color: #BDD1AD;
}
.TagClassName
{
border-color: #BDD1AD;
}
</style>