Shades of Green Mist #BBC293
Tints of Green Mist #BBC293
RGB
CMYK
RGB Variations
Color information
#BBC293 (or 0xBBC293) is known color: Green Mist. HEX triplet: BB, C2 and 93. RGB value is (187,194,147). Sum of RGB (Red+Green+Blue) = 187+194+147=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 147 (57.81% from 255 or 27.84% from 528); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC293 is #443D6C. Grayscale: #BABABA. Windows color (decimal): -4472173 or 9683643. OLE color: 9683643.
HSL color Cylindrical-coordinate representation of color #BBC293: hue angle of 68.94º degrees, saturation: 0.28, 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 #BBC293 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 194 | 147 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.24 |
| HSL | 68.94º | 0.28% | 0.67% | - |
| HSV(B) | 68.94º | 0.24% | 0.76% | - |
| XYZ | 45.05 | 51.25 | 35.12 | - |
| YUV | 186.55 | 105.68 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 147 | 0.04 | 0 | 0.24 | 0.24 | 68.94 | 0.28 | 0.67 |
| Hex | BB | C2 | 93 | 4 | 0 | 18 | 18 | 45 | 1C | 43 |
| Octal | 273 | 302 | 223 | 4 | 0 | 30 | 30 | 105 | 34 | 103 |
| Binary | 10111011 | 11000010 | 10010011 | 100 | 0 | 11000 | 11000 | 1000101 | 11100 | 1000011 |
Color Harmonies of #BBC293
Complementary color
Monochromatic Colors of #BBC293
Black with #BBC293
Text Example
Text Example
White with #BBC293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC293; }
p { color: rgb(187,194,147); }
H1.HeaderClassName
{
color: #BBC293;
}
.AnyTagClassName
{
color: #BBC293;
}
</style>
background-color css
<style>
a { background-color: #BBC293; }
a { background-color: rgb(187,194,147); }
div.DivClassName
{
background-color: #BBC293;
}
.BgClassName
{
background-color: #BBC293;
}
</style>
border-color css
<style>
span { border-color: #BBC293; }
span { border-color: rgb(187,194,147); }
td.TdClassName
{
border-color: #BBC293;
}
.TagClassName
{
border-color: #BBC293;
}
</style>