Shades of Green Mist #BBBC8C
Tints of Green Mist #BBBC8C
RGB
CMYK
RGB Variations
Color information
#BBBC8C (or 0xBBBC8C) is known color: Green Mist. HEX triplet: BB, BC and 8C. RGB value is (187,188,140). Sum of RGB (Red+Green+Blue) = 187+188+140=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 140 (55.08% from 255 or 27.18% from 515); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBC8C is #444373. Grayscale: #B6B6B6. Windows color (decimal): -4473716 or 9223355. OLE color: 9223355.
HSL color Cylindrical-coordinate representation of color #BBBC8C: hue angle of 61.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBBC8C is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 140 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.26 |
| HSL | 61.25º | 0.26% | 0.64% | - |
| HSV(B) | 61.25º | 0.26% | 0.74% | - |
| XYZ | 43.21 | 48.42 | 31.88 | - |
| YUV | 182.23 | 104.17 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 140 | 0.01 | 0 | 0.26 | 0.26 | 61.25 | 0.26 | 0.64 |
| Hex | BB | BC | 8C | 1 | 0 | 1A | 1A | 3D | 1A | 40 |
| Octal | 273 | 274 | 214 | 1 | 0 | 32 | 32 | 75 | 32 | 100 |
| Binary | 10111011 | 10111100 | 10001100 | 1 | 0 | 11010 | 11010 | 111101 | 11010 | 1000000 |
Color Harmonies of #BBBC8C
Complementary color
Monochromatic Colors of #BBBC8C
Black with #BBBC8C
Text Example
Text Example
White with #BBBC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC8C; }
p { color: rgb(187,188,140); }
H1.HeaderClassName
{
color: #BBBC8C;
}
.AnyTagClassName
{
color: #BBBC8C;
}
</style>
background-color css
<style>
a { background-color: #BBBC8C; }
a { background-color: rgb(187,188,140); }
div.DivClassName
{
background-color: #BBBC8C;
}
.BgClassName
{
background-color: #BBBC8C;
}
</style>
border-color css
<style>
span { border-color: #BBBC8C; }
span { border-color: rgb(187,188,140); }
td.TdClassName
{
border-color: #BBBC8C;
}
.TagClassName
{
border-color: #BBBC8C;
}
</style>