Shades of Pixie Green #BBDF9C
Tints of Pixie Green #BBDF9C
RGB
CMYK
RGB Variations
Color information
#BBDF9C (or 0xBBDF9C) is known color: Pixie Green. HEX triplet: BB, DF and 9C. RGB value is (187,223,156). Sum of RGB (Red+Green+Blue) = 187+223+156=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 156 (61.33% from 255 or 27.56% from 566); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDF9C is #442063. Grayscale: #CCCCCC. Windows color (decimal): -4464740 or 10280891. OLE color: 10280891.
HSL color Cylindrical-coordinate representation of color #BBDF9C: hue angle of 92.24º degrees, saturation: 0.51, 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 #BBDF9C is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 156 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.13 |
| HSL | 92.24º | 0.51% | 0.74% | - |
| HSV(B) | 92.24º | 0.3% | 0.87% | - |
| XYZ | 52.88 | 65.74 | 41.35 | - |
| YUV | 204.6 | 100.57 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 156 | 0.16 | 0 | 0.30 | 0.13 | 92.24 | 0.51 | 0.74 |
| Hex | BB | DF | 9C | 10 | 0 | 1E | D | 5C | 33 | 4A |
| Octal | 273 | 337 | 234 | 20 | 0 | 36 | 15 | 134 | 63 | 112 |
| Binary | 10111011 | 11011111 | 10011100 | 10000 | 0 | 11110 | 1101 | 1011100 | 110011 | 1001010 |
Color Harmonies of #BBDF9C
Complementary color
Monochromatic Colors of #BBDF9C
Black with #BBDF9C
Text Example
Text Example
White with #BBDF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF9C; }
p { color: rgb(187,223,156); }
H1.HeaderClassName
{
color: #BBDF9C;
}
.AnyTagClassName
{
color: #BBDF9C;
}
</style>
background-color css
<style>
a { background-color: #BBDF9C; }
a { background-color: rgb(187,223,156); }
div.DivClassName
{
background-color: #BBDF9C;
}
.BgClassName
{
background-color: #BBDF9C;
}
</style>
border-color css
<style>
span { border-color: #BBDF9C; }
span { border-color: rgb(187,223,156); }
td.TdClassName
{
border-color: #BBDF9C;
}
.TagClassName
{
border-color: #BBDF9C;
}
</style>