Shades of Green Mist #BBC09E
Tints of Green Mist #BBC09E
RGB
CMYK
RGB Variations
Color information
#BBC09E (or 0xBBC09E) is known color: Green Mist. HEX triplet: BB, C0 and 9E. RGB value is (187,192,158). Sum of RGB (Red+Green+Blue) = 187+192+158=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 158 (62.11% from 255 or 29.42% from 537); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC09E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC09E is #443F61. Grayscale: #BABABA. Windows color (decimal): -4472674 or 10404027. OLE color: 10404027.
HSL color Cylindrical-coordinate representation of color #BBC09E: hue angle of 68.82º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBC09E is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 158 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.25 |
| HSL | 68.82º | 0.21% | 0.69% | - |
| HSV(B) | 68.82º | 0.18% | 0.75% | - |
| XYZ | 45.51 | 50.73 | 39.74 | - |
| YUV | 186.63 | 111.84 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 158 | 0.03 | 0 | 0.18 | 0.25 | 68.82 | 0.21 | 0.69 |
| Hex | BB | C0 | 9E | 3 | 0 | 12 | 19 | 45 | 15 | 45 |
| Octal | 273 | 300 | 236 | 3 | 0 | 22 | 31 | 105 | 25 | 105 |
| Binary | 10111011 | 11000000 | 10011110 | 11 | 0 | 10010 | 11001 | 1000101 | 10101 | 1000101 |
Color Harmonies of #BBC09E
Complementary color
Monochromatic Colors of #BBC09E
Black with #BBC09E
Text Example
Text Example
White with #BBC09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC09E; }
p { color: rgb(187,192,158); }
H1.HeaderClassName
{
color: #BBC09E;
}
.AnyTagClassName
{
color: #BBC09E;
}
</style>
background-color css
<style>
a { background-color: #BBC09E; }
a { background-color: rgb(187,192,158); }
div.DivClassName
{
background-color: #BBC09E;
}
.BgClassName
{
background-color: #BBC09E;
}
</style>
border-color css
<style>
span { border-color: #BBC09E; }
span { border-color: rgb(187,192,158); }
td.TdClassName
{
border-color: #BBC09E;
}
.TagClassName
{
border-color: #BBC09E;
}
</style>