Shades of Pixie Green #BDD2AE
Tints of Pixie Green #BDD2AE
RGB
CMYK
RGB Variations
Color information
#BDD2AE (or 0xBDD2AE) is known color: Pixie Green. HEX triplet: BD, D2 and AE. RGB value is (189,210,174). Sum of RGB (Red+Green+Blue) = 189+210+174=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 210 (82.42% from 255 or 36.65% from 573); Blue value is 174 (68.36% from 255 or 30.37% from 573); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD2AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD2AE is #422D51. Grayscale: #C7C7C7. Windows color (decimal): -4336978 or 11457213. OLE color: 11457213.
HSL color Cylindrical-coordinate representation of color #BDD2AE: hue angle of 95º degrees, saturation: 0.29, 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 #BDD2AE is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 210 | 174 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.18 |
| HSL | 95º | 0.29% | 0.75% | - |
| HSV(B) | 95º | 0.17% | 0.82% | - |
| XYZ | 51.67 | 59.97 | 48.9 | - |
| YUV | 199.62 | 113.54 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 174 | 0.10 | 0 | 0.17 | 0.18 | 95 | 0.29 | 0.75 |
| Hex | BD | D2 | AE | A | 0 | 11 | 12 | 5F | 1D | 4B |
| Octal | 275 | 322 | 256 | 12 | 0 | 21 | 22 | 137 | 35 | 113 |
| Binary | 10111101 | 11010010 | 10101110 | 1010 | 0 | 10001 | 10010 | 1011111 | 11101 | 1001011 |
Color Harmonies of #BDD2AE
Complementary color
Monochromatic Colors of #BDD2AE
Black with #BDD2AE
Text Example
Text Example
White with #BDD2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD2AE; }
p { color: rgb(189,210,174); }
H1.HeaderClassName
{
color: #BDD2AE;
}
.AnyTagClassName
{
color: #BDD2AE;
}
</style>
background-color css
<style>
a { background-color: #BDD2AE; }
a { background-color: rgb(189,210,174); }
div.DivClassName
{
background-color: #BDD2AE;
}
.BgClassName
{
background-color: #BDD2AE;
}
</style>
border-color css
<style>
span { border-color: #BDD2AE; }
span { border-color: rgb(189,210,174); }
td.TdClassName
{
border-color: #BDD2AE;
}
.TagClassName
{
border-color: #BDD2AE;
}
</style>