Shades of Pixie Green #BBDB9B
Tints of Pixie Green #BBDB9B
RGB
CMYK
RGB Variations
Color information
#BBDB9B (or 0xBBDB9B) is known color: Pixie Green. HEX triplet: BB, DB and 9B. RGB value is (187,219,155). Sum of RGB (Red+Green+Blue) = 187+219+155=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 155 (60.94% from 255 or 27.63% from 561); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDB9B is #442464. Grayscale: #CACACA. Windows color (decimal): -4465765 or 10214331. OLE color: 10214331.
HSL color Cylindrical-coordinate representation of color #BBDB9B: hue angle of 90º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBDB9B is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 155 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.14 |
| HSL | 90º | 0.47% | 0.73% | - |
| HSV(B) | 90º | 0.29% | 0.86% | - |
| XYZ | 51.74 | 63.59 | 40.56 | - |
| YUV | 202.14 | 101.4 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 155 | 0.15 | 0 | 0.29 | 0.14 | 90 | 0.47 | 0.73 |
| Hex | BB | DB | 9B | F | 0 | 1D | E | 5A | 2F | 49 |
| Octal | 273 | 333 | 233 | 17 | 0 | 35 | 16 | 132 | 57 | 111 |
| Binary | 10111011 | 11011011 | 10011011 | 1111 | 0 | 11101 | 1110 | 1011010 | 101111 | 1001001 |
Color Harmonies of #BBDB9B
Complementary color
Monochromatic Colors of #BBDB9B
Black with #BBDB9B
Text Example
Text Example
White with #BBDB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB9B; }
p { color: rgb(187,219,155); }
H1.HeaderClassName
{
color: #BBDB9B;
}
.AnyTagClassName
{
color: #BBDB9B;
}
</style>
background-color css
<style>
a { background-color: #BBDB9B; }
a { background-color: rgb(187,219,155); }
div.DivClassName
{
background-color: #BBDB9B;
}
.BgClassName
{
background-color: #BBDB9B;
}
</style>
border-color css
<style>
span { border-color: #BBDB9B; }
span { border-color: rgb(187,219,155); }
td.TdClassName
{
border-color: #BBDB9B;
}
.TagClassName
{
border-color: #BBDB9B;
}
</style>