Shades of Pixie Green #BBDC9C
Tints of Pixie Green #BBDC9C
RGB
CMYK
RGB Variations
Color information
#BBDC9C (or 0xBBDC9C) is known color: Pixie Green. HEX triplet: BB, DC and 9C. RGB value is (187,220,156). Sum of RGB (Red+Green+Blue) = 187+220+156=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 156 (61.33% from 255 or 27.71% from 563); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDC9C is #442363. Grayscale: #CBCBCB. Windows color (decimal): -4465508 or 10280123. OLE color: 10280123.
HSL color Cylindrical-coordinate representation of color #BBDC9C: hue angle of 90.94º degrees, saturation: 0.48, 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 #BBDC9C is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 156 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.14 |
| HSL | 90.94º | 0.48% | 0.74% | - |
| HSV(B) | 90.94º | 0.29% | 0.86% | - |
| XYZ | 52.09 | 64.15 | 41.09 | - |
| YUV | 202.84 | 101.57 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 156 | 0.15 | 0 | 0.29 | 0.14 | 90.94 | 0.48 | 0.74 |
| Hex | BB | DC | 9C | F | 0 | 1D | E | 5B | 30 | 4A |
| Octal | 273 | 334 | 234 | 17 | 0 | 35 | 16 | 133 | 60 | 112 |
| Binary | 10111011 | 11011100 | 10011100 | 1111 | 0 | 11101 | 1110 | 1011011 | 110000 | 1001010 |
Color Harmonies of #BBDC9C
Complementary color
Monochromatic Colors of #BBDC9C
Black with #BBDC9C
Text Example
Text Example
White with #BBDC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDC9C; }
p { color: rgb(187,220,156); }
H1.HeaderClassName
{
color: #BBDC9C;
}
.AnyTagClassName
{
color: #BBDC9C;
}
</style>
background-color css
<style>
a { background-color: #BBDC9C; }
a { background-color: rgb(187,220,156); }
div.DivClassName
{
background-color: #BBDC9C;
}
.BgClassName
{
background-color: #BBDC9C;
}
</style>
border-color css
<style>
span { border-color: #BBDC9C; }
span { border-color: rgb(187,220,156); }
td.TdClassName
{
border-color: #BBDC9C;
}
.TagClassName
{
border-color: #BBDC9C;
}
</style>