Shades of Green Mist #BBBC8F
Tints of Green Mist #BBBC8F
RGB
CMYK
RGB Variations
Color information
#BBBC8F (or 0xBBBC8F) is known color: Green Mist. HEX triplet: BB, BC and 8F. RGB value is (187,188,143). Sum of RGB (Red+Green+Blue) = 187+188+143=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 143 (56.25% from 255 or 27.61% from 518); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBC8F is #444370. Grayscale: #B6B6B6. Windows color (decimal): -4473713 or 9419963. OLE color: 9419963.
HSL color Cylindrical-coordinate representation of color #BBBC8F: hue angle of 61.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBBC8F is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 143 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.26 |
| HSL | 61.33º | 0.25% | 0.65% | - |
| HSV(B) | 61.33º | 0.24% | 0.74% | - |
| XYZ | 43.43 | 48.51 | 33.06 | - |
| YUV | 182.57 | 105.67 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 143 | 0.01 | 0 | 0.24 | 0.26 | 61.33 | 0.25 | 0.65 |
| Hex | BB | BC | 8F | 1 | 0 | 18 | 1A | 3D | 19 | 41 |
| Octal | 273 | 274 | 217 | 1 | 0 | 30 | 32 | 75 | 31 | 101 |
| Binary | 10111011 | 10111100 | 10001111 | 1 | 0 | 11000 | 11010 | 111101 | 11001 | 1000001 |
Color Harmonies of #BBBC8F
Complementary color
Monochromatic Colors of #BBBC8F
Black with #BBBC8F
Text Example
Text Example
White with #BBBC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC8F; }
p { color: rgb(187,188,143); }
H1.HeaderClassName
{
color: #BBBC8F;
}
.AnyTagClassName
{
color: #BBBC8F;
}
</style>
background-color css
<style>
a { background-color: #BBBC8F; }
a { background-color: rgb(187,188,143); }
div.DivClassName
{
background-color: #BBBC8F;
}
.BgClassName
{
background-color: #BBBC8F;
}
</style>
border-color css
<style>
span { border-color: #BBBC8F; }
span { border-color: rgb(187,188,143); }
td.TdClassName
{
border-color: #BBBC8F;
}
.TagClassName
{
border-color: #BBBC8F;
}
</style>