Shades of Green Mist #BBBD9E
Tints of Green Mist #BBBD9E
RGB
CMYK
RGB Variations
Color information
#BBBD9E (or 0xBBBD9E) is known color: Green Mist. HEX triplet: BB, BD and 9E. RGB value is (187,189,158). Sum of RGB (Red+Green+Blue) = 187+189+158=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 158 (62.11% from 255 or 29.59% from 534); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBD9E is #444261. Grayscale: #B8B8B8. Windows color (decimal): -4473442 or 10403259. OLE color: 10403259.
HSL color Cylindrical-coordinate representation of color #BBBD9E: hue angle of 63.87º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBBD9E is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 189 | 158 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.26 |
| HSL | 63.87º | 0.19% | 0.68% | - |
| HSV(B) | 63.87º | 0.16% | 0.74% | - |
| XYZ | 44.86 | 49.43 | 39.52 | - |
| YUV | 184.87 | 112.84 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 189 | 158 | 0.01 | 0 | 0.16 | 0.26 | 63.87 | 0.19 | 0.68 |
| Hex | BB | BD | 9E | 1 | 0 | 10 | 1A | 40 | 13 | 44 |
| Octal | 273 | 275 | 236 | 1 | 0 | 20 | 32 | 100 | 23 | 104 |
| Binary | 10111011 | 10111101 | 10011110 | 1 | 0 | 10000 | 11010 | 1000000 | 10011 | 1000100 |
Color Harmonies of #BBBD9E
Complementary color
Monochromatic Colors of #BBBD9E
Black with #BBBD9E
Text Example
Text Example
White with #BBBD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBD9E; }
p { color: rgb(187,189,158); }
H1.HeaderClassName
{
color: #BBBD9E;
}
.AnyTagClassName
{
color: #BBBD9E;
}
</style>
background-color css
<style>
a { background-color: #BBBD9E; }
a { background-color: rgb(187,189,158); }
div.DivClassName
{
background-color: #BBBD9E;
}
.BgClassName
{
background-color: #BBBD9E;
}
</style>
border-color css
<style>
span { border-color: #BBBD9E; }
span { border-color: rgb(187,189,158); }
td.TdClassName
{
border-color: #BBBD9E;
}
.TagClassName
{
border-color: #BBBD9E;
}
</style>