Shades of Pixie Green #BDD3AB
Tints of Pixie Green #BDD3AB
RGB
CMYK
RGB Variations
Color information
#BDD3AB (or 0xBDD3AB) is known color: Pixie Green. HEX triplet: BD, D3 and AB. RGB value is (189,211,171). Sum of RGB (Red+Green+Blue) = 189+211+171=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 211 (82.81% from 255 or 36.95% from 571); Blue value is 171 (67.19% from 255 or 29.95% from 571); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD3AB is #422C54. Grayscale: #C8C8C8. Windows color (decimal): -4336725 or 11260861. OLE color: 11260861.
HSL color Cylindrical-coordinate representation of color #BDD3AB: hue angle of 93º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDD3AB is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 211 | 171 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.17 |
| HSL | 93º | 0.31% | 0.75% | - |
| HSV(B) | 93º | 0.19% | 0.83% | - |
| XYZ | 51.63 | 60.35 | 47.46 | - |
| YUV | 199.86 | 111.71 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 211 | 171 | 0.10 | 0 | 0.19 | 0.17 | 93 | 0.31 | 0.75 |
| Hex | BD | D3 | AB | A | 0 | 13 | 11 | 5D | 1F | 4B |
| Octal | 275 | 323 | 253 | 12 | 0 | 23 | 21 | 135 | 37 | 113 |
| Binary | 10111101 | 11010011 | 10101011 | 1010 | 0 | 10011 | 10001 | 1011101 | 11111 | 1001011 |
Color Harmonies of #BDD3AB
Complementary color
Monochromatic Colors of #BDD3AB
Black with #BDD3AB
Text Example
Text Example
White with #BDD3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD3AB; }
p { color: rgb(189,211,171); }
H1.HeaderClassName
{
color: #BDD3AB;
}
.AnyTagClassName
{
color: #BDD3AB;
}
</style>
background-color css
<style>
a { background-color: #BDD3AB; }
a { background-color: rgb(189,211,171); }
div.DivClassName
{
background-color: #BDD3AB;
}
.BgClassName
{
background-color: #BDD3AB;
}
</style>
border-color css
<style>
span { border-color: #BDD3AB; }
span { border-color: rgb(189,211,171); }
td.TdClassName
{
border-color: #BDD3AB;
}
.TagClassName
{
border-color: #BDD3AB;
}
</style>