Shades of Pixie Green #BDD0A3
Tints of Pixie Green #BDD0A3
RGB
CMYK
RGB Variations
Color information
#BDD0A3 (or 0xBDD0A3) is known color: Pixie Green. HEX triplet: BD, D0 and A3. RGB value is (189,208,163). Sum of RGB (Red+Green+Blue) = 189+208+163=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 208 (81.64% from 255 or 37.14% from 560); Blue value is 163 (64.06% from 255 or 29.11% from 560); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD0A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD0A3 is #422F5C. Grayscale: #C5C5C5. Windows color (decimal): -4337501 or 10735805. OLE color: 10735805.
HSL color Cylindrical-coordinate representation of color #BDD0A3: hue angle of 85.33º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDD0A3 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 163 | - |
| CMYK | 0.09 | 0 | 0.22 | 0.18 |
| HSL | 85.33º | 0.32% | 0.73% | - |
| HSV(B) | 85.33º | 0.22% | 0.82% | - |
| XYZ | 50.15 | 58.57 | 43.31 | - |
| YUV | 197.19 | 108.71 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 163 | 0.09 | 0 | 0.22 | 0.18 | 85.33 | 0.32 | 0.73 |
| Hex | BD | D0 | A3 | 9 | 0 | 16 | 12 | 55 | 20 | 49 |
| Octal | 275 | 320 | 243 | 11 | 0 | 26 | 22 | 125 | 40 | 111 |
| Binary | 10111101 | 11010000 | 10100011 | 1001 | 0 | 10110 | 10010 | 1010101 | 100000 | 1001001 |
Color Harmonies of #BDD0A3
Complementary color
Monochromatic Colors of #BDD0A3
Black with #BDD0A3
Text Example
Text Example
White with #BDD0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD0A3; }
p { color: rgb(189,208,163); }
H1.HeaderClassName
{
color: #BDD0A3;
}
.AnyTagClassName
{
color: #BDD0A3;
}
</style>
background-color css
<style>
a { background-color: #BDD0A3; }
a { background-color: rgb(189,208,163); }
div.DivClassName
{
background-color: #BDD0A3;
}
.BgClassName
{
background-color: #BDD0A3;
}
</style>
border-color css
<style>
span { border-color: #BDD0A3; }
span { border-color: rgb(189,208,163); }
td.TdClassName
{
border-color: #BDD0A3;
}
.TagClassName
{
border-color: #BDD0A3;
}
</style>