Shades of Pixie Green #BBDE99
Tints of Pixie Green #BBDE99
RGB
CMYK
RGB Variations
Color information
#BBDE99 (or 0xBBDE99) is known color: Pixie Green. HEX triplet: BB, DE and 99. RGB value is (187,222,153). Sum of RGB (Red+Green+Blue) = 187+222+153=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 153 (60.16% from 255 or 27.22% from 562); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDE99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDE99 is #442166. Grayscale: #CBCBCB. Windows color (decimal): -4464999 or 10084027. OLE color: 10084027.
HSL color Cylindrical-coordinate representation of color #BBDE99: hue angle of 90.43º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBDE99 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 222 | 153 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.13 |
| HSL | 90.43º | 0.51% | 0.74% | - |
| HSV(B) | 90.43º | 0.31% | 0.87% | - |
| XYZ | 52.36 | 65.11 | 39.94 | - |
| YUV | 203.67 | 99.4 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 153 | 0.16 | 0 | 0.31 | 0.13 | 90.43 | 0.51 | 0.74 |
| Hex | BB | DE | 99 | 10 | 0 | 1F | D | 5A | 33 | 4A |
| Octal | 273 | 336 | 231 | 20 | 0 | 37 | 15 | 132 | 63 | 112 |
| Binary | 10111011 | 11011110 | 10011001 | 10000 | 0 | 11111 | 1101 | 1011010 | 110011 | 1001010 |
Color Harmonies of #BBDE99
Complementary color
Monochromatic Colors of #BBDE99
Black with #BBDE99
Text Example
Text Example
White with #BBDE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDE99; }
p { color: rgb(187,222,153); }
H1.HeaderClassName
{
color: #BBDE99;
}
.AnyTagClassName
{
color: #BBDE99;
}
</style>
background-color css
<style>
a { background-color: #BBDE99; }
a { background-color: rgb(187,222,153); }
div.DivClassName
{
background-color: #BBDE99;
}
.BgClassName
{
background-color: #BBDE99;
}
</style>
border-color css
<style>
span { border-color: #BBDE99; }
span { border-color: rgb(187,222,153); }
td.TdClassName
{
border-color: #BBDE99;
}
.TagClassName
{
border-color: #BBDE99;
}
</style>