Shades of Pixie Green #BDD5AE
Tints of Pixie Green #BDD5AE
RGB
CMYK
RGB Variations
Color information
#BDD5AE (or 0xBDD5AE) is known color: Pixie Green. HEX triplet: BD, D5 and AE. RGB value is (189,213,174). Sum of RGB (Red+Green+Blue) = 189+213+174=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 174 (68.36% from 255 or 30.21% from 576); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD5AE is #422A51. Grayscale: #C9C9C9. Windows color (decimal): -4336210 or 11457981. OLE color: 11457981.
HSL color Cylindrical-coordinate representation of color #BDD5AE: hue angle of 96.92º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDD5AE is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 174 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.16 |
| HSL | 96.92º | 0.32% | 0.76% | - |
| HSV(B) | 96.92º | 0.18% | 0.84% | - |
| XYZ | 52.42 | 61.46 | 49.15 | - |
| YUV | 201.38 | 112.55 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 174 | 0.11 | 0 | 0.18 | 0.16 | 96.92 | 0.32 | 0.76 |
| Hex | BD | D5 | AE | B | 0 | 12 | 10 | 61 | 20 | 4C |
| Octal | 275 | 325 | 256 | 13 | 0 | 22 | 20 | 141 | 40 | 114 |
| Binary | 10111101 | 11010101 | 10101110 | 1011 | 0 | 10010 | 10000 | 1100001 | 100000 | 1001100 |
Color Harmonies of #BDD5AE
Complementary color
Monochromatic Colors of #BDD5AE
Black with #BDD5AE
Text Example
Text Example
White with #BDD5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD5AE; }
p { color: rgb(189,213,174); }
H1.HeaderClassName
{
color: #BDD5AE;
}
.AnyTagClassName
{
color: #BDD5AE;
}
</style>
background-color css
<style>
a { background-color: #BDD5AE; }
a { background-color: rgb(189,213,174); }
div.DivClassName
{
background-color: #BDD5AE;
}
.BgClassName
{
background-color: #BDD5AE;
}
</style>
border-color css
<style>
span { border-color: #BDD5AE; }
span { border-color: rgb(189,213,174); }
td.TdClassName
{
border-color: #BDD5AE;
}
.TagClassName
{
border-color: #BDD5AE;
}
</style>