Shades of Green Mist #BBBD94
Tints of Green Mist #BBBD94
RGB
CMYK
RGB Variations
Color information
#BBBD94 (or 0xBBBD94) is known color: Green Mist. HEX triplet: BB, BD and 94. RGB value is (187,189,148). Sum of RGB (Red+Green+Blue) = 187+189+148=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 148 (58.20% from 255 or 28.24% from 524); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBD94 is #44426B. Grayscale: #B7B7B7. Windows color (decimal): -4473452 or 9747899. OLE color: 9747899.
HSL color Cylindrical-coordinate representation of color #BBBD94: hue angle of 62.93º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBBD94 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 189 | 148 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.26 |
| HSL | 62.93º | 0.24% | 0.66% | - |
| HSV(B) | 62.93º | 0.22% | 0.74% | - |
| XYZ | 44.04 | 49.1 | 35.17 | - |
| YUV | 183.73 | 107.84 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 189 | 148 | 0.01 | 0 | 0.22 | 0.26 | 62.93 | 0.24 | 0.66 |
| Hex | BB | BD | 94 | 1 | 0 | 16 | 1A | 3F | 18 | 42 |
| Octal | 273 | 275 | 224 | 1 | 0 | 26 | 32 | 77 | 30 | 102 |
| Binary | 10111011 | 10111101 | 10010100 | 1 | 0 | 10110 | 11010 | 111111 | 11000 | 1000010 |
Color Harmonies of #BBBD94
Complementary color
Monochromatic Colors of #BBBD94
Black with #BBBD94
Text Example
Text Example
White with #BBBD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBD94; }
p { color: rgb(187,189,148); }
H1.HeaderClassName
{
color: #BBBD94;
}
.AnyTagClassName
{
color: #BBBD94;
}
</style>
background-color css
<style>
a { background-color: #BBBD94; }
a { background-color: rgb(187,189,148); }
div.DivClassName
{
background-color: #BBBD94;
}
.BgClassName
{
background-color: #BBBD94;
}
</style>
border-color css
<style>
span { border-color: #BBBD94; }
span { border-color: rgb(187,189,148); }
td.TdClassName
{
border-color: #BBBD94;
}
.TagClassName
{
border-color: #BBBD94;
}
</style>