Shades of Pixie Green #BDD0A0
Tints of Pixie Green #BDD0A0
RGB
CMYK
RGB Variations
Color information
#BDD0A0 (or 0xBDD0A0) is known color: Pixie Green. HEX triplet: BD, D0 and A0. RGB value is (189,208,160). Sum of RGB (Red+Green+Blue) = 189+208+160=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 208 (81.64% from 255 or 37.34% from 557); Blue value is 160 (62.89% from 255 or 28.73% from 557); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD0A0 is #422F5F. Grayscale: #C5C5C5. Windows color (decimal): -4337504 or 10539197. OLE color: 10539197.
HSL color Cylindrical-coordinate representation of color #BDD0A0: hue angle of 83.75º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDD0A0 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 160 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.18 |
| HSL | 83.75º | 0.34% | 0.72% | - |
| HSV(B) | 83.75º | 0.23% | 0.82% | - |
| XYZ | 49.89 | 58.47 | 41.91 | - |
| YUV | 196.85 | 107.21 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 160 | 0.09 | 0 | 0.23 | 0.18 | 83.75 | 0.34 | 0.72 |
| Hex | BD | D0 | A0 | 9 | 0 | 17 | 12 | 54 | 22 | 48 |
| Octal | 275 | 320 | 240 | 11 | 0 | 27 | 22 | 124 | 42 | 110 |
| Binary | 10111101 | 11010000 | 10100000 | 1001 | 0 | 10111 | 10010 | 1010100 | 100010 | 1001000 |
Color Harmonies of #BDD0A0
Complementary color
Monochromatic Colors of #BDD0A0
Black with #BDD0A0
Text Example
Text Example
White with #BDD0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD0A0; }
p { color: rgb(189,208,160); }
H1.HeaderClassName
{
color: #BDD0A0;
}
.AnyTagClassName
{
color: #BDD0A0;
}
</style>
background-color css
<style>
a { background-color: #BDD0A0; }
a { background-color: rgb(189,208,160); }
div.DivClassName
{
background-color: #BDD0A0;
}
.BgClassName
{
background-color: #BDD0A0;
}
</style>
border-color css
<style>
span { border-color: #BDD0A0; }
span { border-color: rgb(189,208,160); }
td.TdClassName
{
border-color: #BDD0A0;
}
.TagClassName
{
border-color: #BDD0A0;
}
</style>