Shades of Pixie Green #BDD5AB
Tints of Pixie Green #BDD5AB
RGB
CMYK
RGB Variations
Color information
#BDD5AB (or 0xBDD5AB) is known color: Pixie Green. HEX triplet: BD, D5 and AB. RGB value is (189,213,171). Sum of RGB (Red+Green+Blue) = 189+213+171=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 213 (83.59% from 255 or 37.17% from 573); Blue value is 171 (67.19% from 255 or 29.84% from 573); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD5AB is #422A54. Grayscale: #C9C9C9. Windows color (decimal): -4336213 or 11261373. OLE color: 11261373.
HSL color Cylindrical-coordinate representation of color #BDD5AB: hue angle of 94.29º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDD5AB is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 171 | - |
| CMYK | 0.11 | 0 | 0.20 | 0.16 |
| HSL | 94.29º | 0.33% | 0.75% | - |
| HSV(B) | 94.29º | 0.2% | 0.84% | - |
| XYZ | 52.13 | 61.35 | 47.62 | - |
| YUV | 201.04 | 111.05 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 171 | 0.11 | 0 | 0.20 | 0.16 | 94.29 | 0.33 | 0.75 |
| Hex | BD | D5 | AB | B | 0 | 14 | 10 | 5E | 21 | 4B |
| Octal | 275 | 325 | 253 | 13 | 0 | 24 | 20 | 136 | 41 | 113 |
| Binary | 10111101 | 11010101 | 10101011 | 1011 | 0 | 10100 | 10000 | 1011110 | 100001 | 1001011 |
Color Harmonies of #BDD5AB
Complementary color
Monochromatic Colors of #BDD5AB
Black with #BDD5AB
Text Example
Text Example
White with #BDD5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD5AB; }
p { color: rgb(189,213,171); }
H1.HeaderClassName
{
color: #BDD5AB;
}
.AnyTagClassName
{
color: #BDD5AB;
}
</style>
background-color css
<style>
a { background-color: #BDD5AB; }
a { background-color: rgb(189,213,171); }
div.DivClassName
{
background-color: #BDD5AB;
}
.BgClassName
{
background-color: #BDD5AB;
}
</style>
border-color css
<style>
span { border-color: #BDD5AB; }
span { border-color: rgb(189,213,171); }
td.TdClassName
{
border-color: #BDD5AB;
}
.TagClassName
{
border-color: #BDD5AB;
}
</style>