Shades of Green Mist #BBC09B
Tints of Green Mist #BBC09B
RGB
CMYK
RGB Variations
Color information
#BBC09B (or 0xBBC09B) is known color: Green Mist. HEX triplet: BB, C0 and 9B. RGB value is (187,192,155). Sum of RGB (Red+Green+Blue) = 187+192+155=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 155 (60.94% from 255 or 29.03% from 534); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC09B is #443F64. Grayscale: #BABABA. Windows color (decimal): -4472677 or 10207419. OLE color: 10207419.
HSL color Cylindrical-coordinate representation of color #BBC09B: hue angle of 68.11º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBC09B is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 155 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.25 |
| HSL | 68.11º | 0.23% | 0.68% | - |
| HSV(B) | 68.11º | 0.19% | 0.75% | - |
| XYZ | 45.26 | 50.63 | 38.4 | - |
| YUV | 186.29 | 110.34 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 155 | 0.03 | 0 | 0.19 | 0.25 | 68.11 | 0.23 | 0.68 |
| Hex | BB | C0 | 9B | 3 | 0 | 13 | 19 | 44 | 17 | 44 |
| Octal | 273 | 300 | 233 | 3 | 0 | 23 | 31 | 104 | 27 | 104 |
| Binary | 10111011 | 11000000 | 10011011 | 11 | 0 | 10011 | 11001 | 1000100 | 10111 | 1000100 |
Color Harmonies of #BBC09B
Complementary color
Monochromatic Colors of #BBC09B
Black with #BBC09B
Text Example
Text Example
White with #BBC09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC09B; }
p { color: rgb(187,192,155); }
H1.HeaderClassName
{
color: #BBC09B;
}
.AnyTagClassName
{
color: #BBC09B;
}
</style>
background-color css
<style>
a { background-color: #BBC09B; }
a { background-color: rgb(187,192,155); }
div.DivClassName
{
background-color: #BBC09B;
}
.BgClassName
{
background-color: #BBC09B;
}
</style>
border-color css
<style>
span { border-color: #BBC09B; }
span { border-color: rgb(187,192,155); }
td.TdClassName
{
border-color: #BBC09B;
}
.TagClassName
{
border-color: #BBC09B;
}
</style>