Shades of Pixie Green #BDD6AB
Tints of Pixie Green #BDD6AB
RGB
CMYK
RGB Variations
Color information
#BDD6AB (or 0xBDD6AB) is known color: Pixie Green. HEX triplet: BD, D6 and AB. RGB value is (189,214,171). Sum of RGB (Red+Green+Blue) = 189+214+171=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 214 (83.98% from 255 or 37.28% from 574); Blue value is 171 (67.19% from 255 or 29.79% from 574); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD6AB is #422954. Grayscale: #C9C9C9. Windows color (decimal): -4335957 or 11261629. OLE color: 11261629.
HSL color Cylindrical-coordinate representation of color #BDD6AB: hue angle of 94.88º degrees, saturation: 0.34, 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 #BDD6AB is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 214 | 171 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.16 |
| HSL | 94.88º | 0.34% | 0.75% | - |
| HSV(B) | 94.88º | 0.2% | 0.84% | - |
| XYZ | 52.38 | 61.85 | 47.71 | - |
| YUV | 201.62 | 110.72 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 214 | 171 | 0.12 | 0 | 0.20 | 0.16 | 94.88 | 0.34 | 0.75 |
| Hex | BD | D6 | AB | C | 0 | 14 | 10 | 5F | 22 | 4B |
| Octal | 275 | 326 | 253 | 14 | 0 | 24 | 20 | 137 | 42 | 113 |
| Binary | 10111101 | 11010110 | 10101011 | 1100 | 0 | 10100 | 10000 | 1011111 | 100010 | 1001011 |
Color Harmonies of #BDD6AB
Complementary color
Monochromatic Colors of #BDD6AB
Black with #BDD6AB
Text Example
Text Example
White with #BDD6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD6AB; }
p { color: rgb(189,214,171); }
H1.HeaderClassName
{
color: #BDD6AB;
}
.AnyTagClassName
{
color: #BDD6AB;
}
</style>
background-color css
<style>
a { background-color: #BDD6AB; }
a { background-color: rgb(189,214,171); }
div.DivClassName
{
background-color: #BDD6AB;
}
.BgClassName
{
background-color: #BDD6AB;
}
</style>
border-color css
<style>
span { border-color: #BDD6AB; }
span { border-color: rgb(189,214,171); }
td.TdClassName
{
border-color: #BDD6AB;
}
.TagClassName
{
border-color: #BDD6AB;
}
</style>