Shades of Pixie Green #BBDB9F
Tints of Pixie Green #BBDB9F
RGB
CMYK
RGB Variations
Color information
#BBDB9F (or 0xBBDB9F) is known color: Pixie Green. HEX triplet: BB, DB and 9F. RGB value is (187,219,159). Sum of RGB (Red+Green+Blue) = 187+219+159=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 159 (62.5% from 255 or 28.14% from 565); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDB9F is #442460. Grayscale: #CACACA. Windows color (decimal): -4465761 or 10476475. OLE color: 10476475.
HSL color Cylindrical-coordinate representation of color #BBDB9F: hue angle of 92º 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 #BBDB9F is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 159 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.14 |
| HSL | 92º | 0.45% | 0.74% | - |
| HSV(B) | 92º | 0.27% | 0.86% | - |
| XYZ | 52.08 | 63.73 | 42.36 | - |
| YUV | 202.59 | 103.4 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 159 | 0.15 | 0 | 0.27 | 0.14 | 92 | 0.45 | 0.74 |
| Hex | BB | DB | 9F | F | 0 | 1B | E | 5C | 2D | 4A |
| Octal | 273 | 333 | 237 | 17 | 0 | 33 | 16 | 134 | 55 | 112 |
| Binary | 10111011 | 11011011 | 10011111 | 1111 | 0 | 11011 | 1110 | 1011100 | 101101 | 1001010 |
Color Harmonies of #BBDB9F
Complementary color
Monochromatic Colors of #BBDB9F
Black with #BBDB9F
Text Example
Text Example
White with #BBDB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB9F; }
p { color: rgb(187,219,159); }
H1.HeaderClassName
{
color: #BBDB9F;
}
.AnyTagClassName
{
color: #BBDB9F;
}
</style>
background-color css
<style>
a { background-color: #BBDB9F; }
a { background-color: rgb(187,219,159); }
div.DivClassName
{
background-color: #BBDB9F;
}
.BgClassName
{
background-color: #BBDB9F;
}
</style>
border-color css
<style>
span { border-color: #BBDB9F; }
span { border-color: rgb(187,219,159); }
td.TdClassName
{
border-color: #BBDB9F;
}
.TagClassName
{
border-color: #BBDB9F;
}
</style>