Shades of Green Mist #BBBD9F
Tints of Green Mist #BBBD9F
RGB
CMYK
RGB Variations
Color information
#BBBD9F (or 0xBBBD9F) is known color: Green Mist. HEX triplet: BB, BD and 9F. RGB value is (187,189,159). Sum of RGB (Red+Green+Blue) = 187+189+159=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 159 (62.5% from 255 or 29.72% from 535); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBD9F is #444260. Grayscale: #B9B9B9. Windows color (decimal): -4473441 or 10468795. OLE color: 10468795.
HSL color Cylindrical-coordinate representation of color #BBBD9F: hue angle of 64º 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 #BBBD9F is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 189 | 159 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.26 |
| HSL | 64º | 0.19% | 0.68% | - |
| HSV(B) | 64º | 0.16% | 0.74% | - |
| XYZ | 44.95 | 49.46 | 39.98 | - |
| YUV | 184.98 | 113.34 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 189 | 159 | 0.01 | 0 | 0.16 | 0.26 | 64 | 0.19 | 0.68 |
| Hex | BB | BD | 9F | 1 | 0 | 10 | 1A | 40 | 13 | 44 |
| Octal | 273 | 275 | 237 | 1 | 0 | 20 | 32 | 100 | 23 | 104 |
| Binary | 10111011 | 10111101 | 10011111 | 1 | 0 | 10000 | 11010 | 1000000 | 10011 | 1000100 |
Color Harmonies of #BBBD9F
Complementary color
Monochromatic Colors of #BBBD9F
Black with #BBBD9F
Text Example
Text Example
White with #BBBD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBD9F; }
p { color: rgb(187,189,159); }
H1.HeaderClassName
{
color: #BBBD9F;
}
.AnyTagClassName
{
color: #BBBD9F;
}
</style>
background-color css
<style>
a { background-color: #BBBD9F; }
a { background-color: rgb(187,189,159); }
div.DivClassName
{
background-color: #BBBD9F;
}
.BgClassName
{
background-color: #BBBD9F;
}
</style>
border-color css
<style>
span { border-color: #BBBD9F; }
span { border-color: rgb(187,189,159); }
td.TdClassName
{
border-color: #BBBD9F;
}
.TagClassName
{
border-color: #BBBD9F;
}
</style>