Shades of Pixie Green #BDD3AE
Tints of Pixie Green #BDD3AE
RGB
CMYK
RGB Variations
Color information
#BDD3AE (or 0xBDD3AE) is known color: Pixie Green. HEX triplet: BD, D3 and AE. RGB value is (189,211,174). Sum of RGB (Red+Green+Blue) = 189+211+174=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 211 (82.81% from 255 or 36.76% from 574); Blue value is 174 (68.36% from 255 or 30.31% from 574); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD3AE is #422C51. Grayscale: #C8C8C8. Windows color (decimal): -4336722 or 11457469. OLE color: 11457469.
HSL color Cylindrical-coordinate representation of color #BDD3AE: hue angle of 95.68º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDD3AE is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 211 | 174 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.17 |
| HSL | 95.68º | 0.3% | 0.75% | - |
| HSV(B) | 95.68º | 0.18% | 0.83% | - |
| XYZ | 51.92 | 60.46 | 48.98 | - |
| YUV | 200.2 | 113.21 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 211 | 174 | 0.10 | 0 | 0.18 | 0.17 | 95.68 | 0.3 | 0.75 |
| Hex | BD | D3 | AE | A | 0 | 12 | 11 | 60 | 1E | 4B |
| Octal | 275 | 323 | 256 | 12 | 0 | 22 | 21 | 140 | 36 | 113 |
| Binary | 10111101 | 11010011 | 10101110 | 1010 | 0 | 10010 | 10001 | 1100000 | 11110 | 1001011 |
Color Harmonies of #BDD3AE
Complementary color
Monochromatic Colors of #BDD3AE
Black with #BDD3AE
Text Example
Text Example
White with #BDD3AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD3AE; }
p { color: rgb(189,211,174); }
H1.HeaderClassName
{
color: #BDD3AE;
}
.AnyTagClassName
{
color: #BDD3AE;
}
</style>
background-color css
<style>
a { background-color: #BDD3AE; }
a { background-color: rgb(189,211,174); }
div.DivClassName
{
background-color: #BDD3AE;
}
.BgClassName
{
background-color: #BDD3AE;
}
</style>
border-color css
<style>
span { border-color: #BDD3AE; }
span { border-color: rgb(189,211,174); }
td.TdClassName
{
border-color: #BDD3AE;
}
.TagClassName
{
border-color: #BDD3AE;
}
</style>