Shades of Green Mist #BBBD8F
Tints of Green Mist #BBBD8F
RGB
CMYK
RGB Variations
Color information
#BBBD8F (or 0xBBBD8F) is known color: Green Mist. HEX triplet: BB, BD and 8F. RGB value is (187,189,143). Sum of RGB (Red+Green+Blue) = 187+189+143=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 143 (56.25% from 255 or 27.55% from 519); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBD8F is #444270. Grayscale: #B7B7B7. Windows color (decimal): -4473457 or 9420219. OLE color: 9420219.
HSL color Cylindrical-coordinate representation of color #BBBD8F: hue angle of 62.61º degrees, saturation: 0.26, 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 #BBBD8F is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 189 | 143 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.26 |
| HSL | 62.61º | 0.26% | 0.65% | - |
| HSV(B) | 62.61º | 0.24% | 0.74% | - |
| XYZ | 43.65 | 48.94 | 33.13 | - |
| YUV | 183.16 | 105.34 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 189 | 143 | 0.01 | 0 | 0.24 | 0.26 | 62.61 | 0.26 | 0.65 |
| Hex | BB | BD | 8F | 1 | 0 | 18 | 1A | 3F | 1A | 41 |
| Octal | 273 | 275 | 217 | 1 | 0 | 30 | 32 | 77 | 32 | 101 |
| Binary | 10111011 | 10111101 | 10001111 | 1 | 0 | 11000 | 11010 | 111111 | 11010 | 1000001 |
Color Harmonies of #BBBD8F
Complementary color
Monochromatic Colors of #BBBD8F
Black with #BBBD8F
Text Example
Text Example
White with #BBBD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBD8F; }
p { color: rgb(187,189,143); }
H1.HeaderClassName
{
color: #BBBD8F;
}
.AnyTagClassName
{
color: #BBBD8F;
}
</style>
background-color css
<style>
a { background-color: #BBBD8F; }
a { background-color: rgb(187,189,143); }
div.DivClassName
{
background-color: #BBBD8F;
}
.BgClassName
{
background-color: #BBBD8F;
}
</style>
border-color css
<style>
span { border-color: #BBBD8F; }
span { border-color: rgb(187,189,143); }
td.TdClassName
{
border-color: #BBBD8F;
}
.TagClassName
{
border-color: #BBBD8F;
}
</style>