Shades of Green Mist #BBBC99
Tints of Green Mist #BBBC99
RGB
CMYK
RGB Variations
Color information
#BBBC99 (or 0xBBBC99) is known color: Green Mist. HEX triplet: BB, BC and 99. RGB value is (187,188,153). Sum of RGB (Red+Green+Blue) = 187+188+153=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 153 (60.16% from 255 or 28.98% from 528); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBC99 is #444366. Grayscale: #B7B7B7. Windows color (decimal): -4473703 or 10075323. OLE color: 10075323.
HSL color Cylindrical-coordinate representation of color #BBBC99: hue angle of 61.71º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBBC99 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 153 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.26 |
| HSL | 61.71º | 0.21% | 0.67% | - |
| HSV(B) | 61.71º | 0.19% | 0.74% | - |
| XYZ | 44.23 | 48.83 | 37.23 | - |
| YUV | 183.71 | 110.67 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 153 | 0.01 | 0 | 0.19 | 0.26 | 61.71 | 0.21 | 0.67 |
| Hex | BB | BC | 99 | 1 | 0 | 13 | 1A | 3E | 15 | 43 |
| Octal | 273 | 274 | 231 | 1 | 0 | 23 | 32 | 76 | 25 | 103 |
| Binary | 10111011 | 10111100 | 10011001 | 1 | 0 | 10011 | 11010 | 111110 | 10101 | 1000011 |
Color Harmonies of #BBBC99
Complementary color
Monochromatic Colors of #BBBC99
Black with #BBBC99
Text Example
Text Example
White with #BBBC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC99; }
p { color: rgb(187,188,153); }
H1.HeaderClassName
{
color: #BBBC99;
}
.AnyTagClassName
{
color: #BBBC99;
}
</style>
background-color css
<style>
a { background-color: #BBBC99; }
a { background-color: rgb(187,188,153); }
div.DivClassName
{
background-color: #BBBC99;
}
.BgClassName
{
background-color: #BBBC99;
}
</style>
border-color css
<style>
span { border-color: #BBBC99; }
span { border-color: rgb(187,188,153); }
td.TdClassName
{
border-color: #BBBC99;
}
.TagClassName
{
border-color: #BBBC99;
}
</style>