Shades of Pixie Green #BDD0AF
Tints of Pixie Green #BDD0AF
RGB
CMYK
RGB Variations
Color information
#BDD0AF (or 0xBDD0AF) is known color: Pixie Green. HEX triplet: BD, D0 and AF. RGB value is (189,208,175). Sum of RGB (Red+Green+Blue) = 189+208+175=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 208 (81.64% from 255 or 36.36% from 572); Blue value is 175 (68.75% from 255 or 30.59% from 572); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD0AF is #422F50. Grayscale: #C6C6C6. Windows color (decimal): -4337489 or 11522237. OLE color: 11522237.
HSL color Cylindrical-coordinate representation of color #BDD0AF: hue angle of 94.55º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDD0AF is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 175 | - |
| CMYK | 0.09 | 0 | 0.16 | 0.18 |
| HSL | 94.55º | 0.26% | 0.75% | - |
| HSV(B) | 94.55º | 0.16% | 0.82% | - |
| XYZ | 51.28 | 59.03 | 49.25 | - |
| YUV | 198.56 | 114.71 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 175 | 0.09 | 0 | 0.16 | 0.18 | 94.55 | 0.26 | 0.75 |
| Hex | BD | D0 | AF | 9 | 0 | 10 | 12 | 5F | 1A | 4B |
| Octal | 275 | 320 | 257 | 11 | 0 | 20 | 22 | 137 | 32 | 113 |
| Binary | 10111101 | 11010000 | 10101111 | 1001 | 0 | 10000 | 10010 | 1011111 | 11010 | 1001011 |
Color Harmonies of #BDD0AF
Complementary color
Monochromatic Colors of #BDD0AF
Black with #BDD0AF
Text Example
Text Example
White with #BDD0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD0AF; }
p { color: rgb(189,208,175); }
H1.HeaderClassName
{
color: #BDD0AF;
}
.AnyTagClassName
{
color: #BDD0AF;
}
</style>
background-color css
<style>
a { background-color: #BDD0AF; }
a { background-color: rgb(189,208,175); }
div.DivClassName
{
background-color: #BDD0AF;
}
.BgClassName
{
background-color: #BDD0AF;
}
</style>
border-color css
<style>
span { border-color: #BDD0AF; }
span { border-color: rgb(189,208,175); }
td.TdClassName
{
border-color: #BDD0AF;
}
.TagClassName
{
border-color: #BDD0AF;
}
</style>