Shades of Pixie Green #BDD5A4
Tints of Pixie Green #BDD5A4
RGB
CMYK
RGB Variations
Color information
#BDD5A4 (or 0xBDD5A4) is known color: Pixie Green. HEX triplet: BD, D5 and A4. RGB value is (189,213,164). Sum of RGB (Red+Green+Blue) = 189+213+164=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 213 (83.59% from 255 or 37.63% from 566); Blue value is 164 (64.45% from 255 or 28.98% from 566); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD5A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD5A4 is #422A5B. Grayscale: #C8C8C8. Windows color (decimal): -4336220 or 10802621. OLE color: 10802621.
HSL color Cylindrical-coordinate representation of color #BDD5A4: hue angle of 89.39º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDD5A4 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 164 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.16 |
| HSL | 89.39º | 0.37% | 0.74% | - |
| HSV(B) | 89.39º | 0.23% | 0.84% | - |
| XYZ | 51.48 | 61.09 | 44.2 | - |
| YUV | 200.24 | 107.55 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 164 | 0.11 | 0 | 0.23 | 0.16 | 89.39 | 0.37 | 0.74 |
| Hex | BD | D5 | A4 | B | 0 | 17 | 10 | 59 | 25 | 4A |
| Octal | 275 | 325 | 244 | 13 | 0 | 27 | 20 | 131 | 45 | 112 |
| Binary | 10111101 | 11010101 | 10100100 | 1011 | 0 | 10111 | 10000 | 1011001 | 100101 | 1001010 |
Color Harmonies of #BDD5A4
Complementary color
Monochromatic Colors of #BDD5A4
Black with #BDD5A4
Text Example
Text Example
White with #BDD5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD5A4; }
p { color: rgb(189,213,164); }
H1.HeaderClassName
{
color: #BDD5A4;
}
.AnyTagClassName
{
color: #BDD5A4;
}
</style>
background-color css
<style>
a { background-color: #BDD5A4; }
a { background-color: rgb(189,213,164); }
div.DivClassName
{
background-color: #BDD5A4;
}
.BgClassName
{
background-color: #BDD5A4;
}
</style>
border-color css
<style>
span { border-color: #BDD5A4; }
span { border-color: rgb(189,213,164); }
td.TdClassName
{
border-color: #BDD5A4;
}
.TagClassName
{
border-color: #BDD5A4;
}
</style>