Shades of Pixie Green #BBDB9E
Tints of Pixie Green #BBDB9E
RGB
CMYK
RGB Variations
Color information
#BBDB9E (or 0xBBDB9E) is known color: Pixie Green. HEX triplet: BB, DB and 9E. RGB value is (187,219,158). Sum of RGB (Red+Green+Blue) = 187+219+158=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 158 (62.11% from 255 or 28.01% from 564); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDB9E is #442461. Grayscale: #CACACA. Windows color (decimal): -4465762 or 10410939. OLE color: 10410939.
HSL color Cylindrical-coordinate representation of color #BBDB9E: hue angle of 91.48º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBDB9E is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 158 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.14 |
| HSL | 91.48º | 0.46% | 0.74% | - |
| HSV(B) | 91.48º | 0.28% | 0.86% | - |
| XYZ | 52 | 63.7 | 41.9 | - |
| YUV | 202.48 | 102.9 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 158 | 0.15 | 0 | 0.28 | 0.14 | 91.48 | 0.46 | 0.74 |
| Hex | BB | DB | 9E | F | 0 | 1C | E | 5B | 2E | 4A |
| Octal | 273 | 333 | 236 | 17 | 0 | 34 | 16 | 133 | 56 | 112 |
| Binary | 10111011 | 11011011 | 10011110 | 1111 | 0 | 11100 | 1110 | 1011011 | 101110 | 1001010 |
Color Harmonies of #BBDB9E
Complementary color
Monochromatic Colors of #BBDB9E
Black with #BBDB9E
Text Example
Text Example
White with #BBDB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB9E; }
p { color: rgb(187,219,158); }
H1.HeaderClassName
{
color: #BBDB9E;
}
.AnyTagClassName
{
color: #BBDB9E;
}
</style>
background-color css
<style>
a { background-color: #BBDB9E; }
a { background-color: rgb(187,219,158); }
div.DivClassName
{
background-color: #BBDB9E;
}
.BgClassName
{
background-color: #BBDB9E;
}
</style>
border-color css
<style>
span { border-color: #BBDB9E; }
span { border-color: rgb(187,219,158); }
td.TdClassName
{
border-color: #BBDB9E;
}
.TagClassName
{
border-color: #BBDB9E;
}
</style>