Shades of Green Mist #BBC194
Tints of Green Mist #BBC194
RGB
CMYK
RGB Variations
Color information
#BBC194 (or 0xBBC194) is known color: Green Mist. HEX triplet: BB, C1 and 94. RGB value is (187,193,148). Sum of RGB (Red+Green+Blue) = 187+193+148=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 193 (75.78% from 255 or 36.55% from 528); Blue value is 148 (58.20% from 255 or 28.03% from 528); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC194 is #443E6B. Grayscale: #BABABA. Windows color (decimal): -4472428 or 9748923. OLE color: 9748923.
HSL color Cylindrical-coordinate representation of color #BBC194: hue angle of 68º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBC194 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 148 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.24 |
| HSL | 68º | 0.27% | 0.67% | - |
| HSV(B) | 68º | 0.23% | 0.76% | - |
| XYZ | 44.91 | 50.84 | 35.46 | - |
| YUV | 186.08 | 106.51 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 148 | 0.03 | 0 | 0.23 | 0.24 | 68 | 0.27 | 0.67 |
| Hex | BB | C1 | 94 | 3 | 0 | 17 | 18 | 44 | 1B | 43 |
| Octal | 273 | 301 | 224 | 3 | 0 | 27 | 30 | 104 | 33 | 103 |
| Binary | 10111011 | 11000001 | 10010100 | 11 | 0 | 10111 | 11000 | 1000100 | 11011 | 1000011 |
Color Harmonies of #BBC194
Complementary color
Monochromatic Colors of #BBC194
Black with #BBC194
Text Example
Text Example
White with #BBC194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC194; }
p { color: rgb(187,193,148); }
H1.HeaderClassName
{
color: #BBC194;
}
.AnyTagClassName
{
color: #BBC194;
}
</style>
background-color css
<style>
a { background-color: #BBC194; }
a { background-color: rgb(187,193,148); }
div.DivClassName
{
background-color: #BBC194;
}
.BgClassName
{
background-color: #BBC194;
}
</style>
border-color css
<style>
span { border-color: #BBC194; }
span { border-color: rgb(187,193,148); }
td.TdClassName
{
border-color: #BBC194;
}
.TagClassName
{
border-color: #BBC194;
}
</style>