Shades of Green Mist #BBC294
Tints of Green Mist #BBC294
RGB
CMYK
RGB Variations
Color information
#BBC294 (or 0xBBC294) is known color: Green Mist. HEX triplet: BB, C2 and 94. RGB value is (187,194,148). Sum of RGB (Red+Green+Blue) = 187+194+148=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC294 is #443D6B. Grayscale: #BABABA. Windows color (decimal): -4472172 or 9749179. OLE color: 9749179.
HSL color Cylindrical-coordinate representation of color #BBC294: hue angle of 69.13º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBC294 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 194 | 148 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.24 |
| HSL | 69.13º | 0.27% | 0.67% | - |
| HSV(B) | 69.13º | 0.24% | 0.76% | - |
| XYZ | 45.13 | 51.29 | 35.54 | - |
| YUV | 186.66 | 106.18 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 148 | 0.04 | 0 | 0.24 | 0.24 | 69.13 | 0.27 | 0.67 |
| Hex | BB | C2 | 94 | 4 | 0 | 18 | 18 | 45 | 1B | 43 |
| Octal | 273 | 302 | 224 | 4 | 0 | 30 | 30 | 105 | 33 | 103 |
| Binary | 10111011 | 11000010 | 10010100 | 100 | 0 | 11000 | 11000 | 1000101 | 11011 | 1000011 |
Color Harmonies of #BBC294
Complementary color
Monochromatic Colors of #BBC294
Black with #BBC294
Text Example
Text Example
White with #BBC294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC294; }
p { color: rgb(187,194,148); }
H1.HeaderClassName
{
color: #BBC294;
}
.AnyTagClassName
{
color: #BBC294;
}
</style>
background-color css
<style>
a { background-color: #BBC294; }
a { background-color: rgb(187,194,148); }
div.DivClassName
{
background-color: #BBC294;
}
.BgClassName
{
background-color: #BBC294;
}
</style>
border-color css
<style>
span { border-color: #BBC294; }
span { border-color: rgb(187,194,148); }
td.TdClassName
{
border-color: #BBC294;
}
.TagClassName
{
border-color: #BBC294;
}
</style>