Shades of Pixie Green #BBDE9C
Tints of Pixie Green #BBDE9C
RGB
CMYK
RGB Variations
Color information
#BBDE9C (or 0xBBDE9C) is known color: Pixie Green. HEX triplet: BB, DE and 9C. RGB value is (187,222,156). Sum of RGB (Red+Green+Blue) = 187+222+156=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 222 (87.11% from 255 or 39.29% from 565); Blue value is 156 (61.33% from 255 or 27.61% from 565); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDE9C is #442163. Grayscale: #CCCCCC. Windows color (decimal): -4464996 or 10280635. OLE color: 10280635.
HSL color Cylindrical-coordinate representation of color #BBDE9C: hue angle of 91.82º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBDE9C is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 222 | 156 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.13 |
| HSL | 91.82º | 0.5% | 0.74% | - |
| HSV(B) | 91.82º | 0.3% | 0.87% | - |
| XYZ | 52.62 | 65.21 | 41.27 | - |
| YUV | 204.01 | 100.9 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 156 | 0.16 | 0 | 0.30 | 0.13 | 91.82 | 0.5 | 0.74 |
| Hex | BB | DE | 9C | 10 | 0 | 1E | D | 5C | 32 | 4A |
| Octal | 273 | 336 | 234 | 20 | 0 | 36 | 15 | 134 | 62 | 112 |
| Binary | 10111011 | 11011110 | 10011100 | 10000 | 0 | 11110 | 1101 | 1011100 | 110010 | 1001010 |
Color Harmonies of #BBDE9C
Complementary color
Monochromatic Colors of #BBDE9C
Black with #BBDE9C
Text Example
Text Example
White with #BBDE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDE9C; }
p { color: rgb(187,222,156); }
H1.HeaderClassName
{
color: #BBDE9C;
}
.AnyTagClassName
{
color: #BBDE9C;
}
</style>
background-color css
<style>
a { background-color: #BBDE9C; }
a { background-color: rgb(187,222,156); }
div.DivClassName
{
background-color: #BBDE9C;
}
.BgClassName
{
background-color: #BBDE9C;
}
</style>
border-color css
<style>
span { border-color: #BBDE9C; }
span { border-color: rgb(187,222,156); }
td.TdClassName
{
border-color: #BBDE9C;
}
.TagClassName
{
border-color: #BBDE9C;
}
</style>