Shades of Green Mist #BBC097
Tints of Green Mist #BBC097
RGB
CMYK
RGB Variations
Color information
#BBC097 (or 0xBBC097) is known color: Green Mist. HEX triplet: BB, C0 and 97. RGB value is (187,192,151). Sum of RGB (Red+Green+Blue) = 187+192+151=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 151 (59.38% from 255 or 28.49% from 530); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC097 is #443F68. Grayscale: #B9B9B9. Windows color (decimal): -4472681 or 9945275. OLE color: 9945275.
HSL color Cylindrical-coordinate representation of color #BBC097: hue angle of 67.32º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBC097 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 151 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.25 |
| HSL | 67.32º | 0.25% | 0.67% | - |
| HSV(B) | 67.32º | 0.21% | 0.75% | - |
| XYZ | 44.93 | 50.5 | 36.66 | - |
| YUV | 185.83 | 108.34 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 151 | 0.03 | 0 | 0.21 | 0.25 | 67.32 | 0.25 | 0.67 |
| Hex | BB | C0 | 97 | 3 | 0 | 15 | 19 | 43 | 19 | 43 |
| Octal | 273 | 300 | 227 | 3 | 0 | 25 | 31 | 103 | 31 | 103 |
| Binary | 10111011 | 11000000 | 10010111 | 11 | 0 | 10101 | 11001 | 1000011 | 11001 | 1000011 |
Color Harmonies of #BBC097
Complementary color
Monochromatic Colors of #BBC097
Black with #BBC097
Text Example
Text Example
White with #BBC097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC097; }
p { color: rgb(187,192,151); }
H1.HeaderClassName
{
color: #BBC097;
}
.AnyTagClassName
{
color: #BBC097;
}
</style>
background-color css
<style>
a { background-color: #BBC097; }
a { background-color: rgb(187,192,151); }
div.DivClassName
{
background-color: #BBC097;
}
.BgClassName
{
background-color: #BBC097;
}
</style>
border-color css
<style>
span { border-color: #BBC097; }
span { border-color: rgb(187,192,151); }
td.TdClassName
{
border-color: #BBC097;
}
.TagClassName
{
border-color: #BBC097;
}
</style>