Shades of Pixie Green #BBDB9C
Tints of Pixie Green #BBDB9C
RGB
CMYK
RGB Variations
Color information
#BBDB9C (or 0xBBDB9C) is known color: Pixie Green. HEX triplet: BB, DB and 9C. RGB value is (187,219,156). Sum of RGB (Red+Green+Blue) = 187+219+156=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 156 (61.33% from 255 or 27.76% from 562); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDB9C is #442463. Grayscale: #CACACA. Windows color (decimal): -4465764 or 10279867. OLE color: 10279867.
HSL color Cylindrical-coordinate representation of color #BBDB9C: hue angle of 90.48º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBDB9C is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 156 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.14 |
| HSL | 90.48º | 0.47% | 0.74% | - |
| HSV(B) | 90.48º | 0.29% | 0.86% | - |
| XYZ | 51.83 | 63.63 | 41 | - |
| YUV | 202.25 | 101.9 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 156 | 0.15 | 0 | 0.29 | 0.14 | 90.48 | 0.47 | 0.74 |
| Hex | BB | DB | 9C | F | 0 | 1D | E | 5A | 2F | 4A |
| Octal | 273 | 333 | 234 | 17 | 0 | 35 | 16 | 132 | 57 | 112 |
| Binary | 10111011 | 11011011 | 10011100 | 1111 | 0 | 11101 | 1110 | 1011010 | 101111 | 1001010 |
Color Harmonies of #BBDB9C
Complementary color
Monochromatic Colors of #BBDB9C
Black with #BBDB9C
Text Example
Text Example
White with #BBDB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB9C; }
p { color: rgb(187,219,156); }
H1.HeaderClassName
{
color: #BBDB9C;
}
.AnyTagClassName
{
color: #BBDB9C;
}
</style>
background-color css
<style>
a { background-color: #BBDB9C; }
a { background-color: rgb(187,219,156); }
div.DivClassName
{
background-color: #BBDB9C;
}
.BgClassName
{
background-color: #BBDB9C;
}
</style>
border-color css
<style>
span { border-color: #BBDB9C; }
span { border-color: rgb(187,219,156); }
td.TdClassName
{
border-color: #BBDB9C;
}
.TagClassName
{
border-color: #BBDB9C;
}
</style>