Shades of Pixie Green #BBDBA0
Tints of Pixie Green #BBDBA0
RGB
CMYK
RGB Variations
Color information
#BBDBA0 (or 0xBBDBA0) is known color: Pixie Green. HEX triplet: BB, DB and A0. RGB value is (187,219,160). Sum of RGB (Red+Green+Blue) = 187+219+160=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 160 (62.89% from 255 or 28.27% from 566); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDBA0 is #44245F. Grayscale: #CACACA. Windows color (decimal): -4465760 or 10542011. OLE color: 10542011.
HSL color Cylindrical-coordinate representation of color #BBDBA0: hue angle of 92.54º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBDBA0 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 160 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.14 |
| HSL | 92.54º | 0.45% | 0.74% | - |
| HSV(B) | 92.54º | 0.27% | 0.86% | - |
| XYZ | 52.17 | 63.77 | 42.82 | - |
| YUV | 202.71 | 103.9 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 160 | 0.15 | 0 | 0.27 | 0.14 | 92.54 | 0.45 | 0.74 |
| Hex | BB | DB | A0 | F | 0 | 1B | E | 5D | 2D | 4A |
| Octal | 273 | 333 | 240 | 17 | 0 | 33 | 16 | 135 | 55 | 112 |
| Binary | 10111011 | 11011011 | 10100000 | 1111 | 0 | 11011 | 1110 | 1011101 | 101101 | 1001010 |
Color Harmonies of #BBDBA0
Complementary color
Monochromatic Colors of #BBDBA0
Black with #BBDBA0
Text Example
Text Example
White with #BBDBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDBA0; }
p { color: rgb(187,219,160); }
H1.HeaderClassName
{
color: #BBDBA0;
}
.AnyTagClassName
{
color: #BBDBA0;
}
</style>
background-color css
<style>
a { background-color: #BBDBA0; }
a { background-color: rgb(187,219,160); }
div.DivClassName
{
background-color: #BBDBA0;
}
.BgClassName
{
background-color: #BBDBA0;
}
</style>
border-color css
<style>
span { border-color: #BBDBA0; }
span { border-color: rgb(187,219,160); }
td.TdClassName
{
border-color: #BBDBA0;
}
.TagClassName
{
border-color: #BBDBA0;
}
</style>