Shades of Green Mist #BBC29C
Tints of Green Mist #BBC29C
RGB
CMYK
RGB Variations
Color information
#BBC29C (or 0xBBC29C) is known color: Green Mist. HEX triplet: BB, C2 and 9C. RGB value is (187,194,156). Sum of RGB (Red+Green+Blue) = 187+194+156=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 194 (76.17% from 255 or 36.13% from 537); Blue value is 156 (61.33% from 255 or 29.05% from 537); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC29C is #443D63. Grayscale: #BBBBBB. Windows color (decimal): -4472164 or 10273467. OLE color: 10273467.
HSL color Cylindrical-coordinate representation of color #BBC29C: hue angle of 71.05º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBC29C is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 194 | 156 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.24 |
| HSL | 71.05º | 0.24% | 0.69% | - |
| HSV(B) | 71.05º | 0.2% | 0.76% | - |
| XYZ | 45.79 | 51.55 | 38.99 | - |
| YUV | 187.58 | 110.18 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 156 | 0.04 | 0 | 0.20 | 0.24 | 71.05 | 0.24 | 0.69 |
| Hex | BB | C2 | 9C | 4 | 0 | 14 | 18 | 47 | 18 | 45 |
| Octal | 273 | 302 | 234 | 4 | 0 | 24 | 30 | 107 | 30 | 105 |
| Binary | 10111011 | 11000010 | 10011100 | 100 | 0 | 10100 | 11000 | 1000111 | 11000 | 1000101 |
Color Harmonies of #BBC29C
Complementary color
Monochromatic Colors of #BBC29C
Black with #BBC29C
Text Example
Text Example
White with #BBC29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC29C; }
p { color: rgb(187,194,156); }
H1.HeaderClassName
{
color: #BBC29C;
}
.AnyTagClassName
{
color: #BBC29C;
}
</style>
background-color css
<style>
a { background-color: #BBC29C; }
a { background-color: rgb(187,194,156); }
div.DivClassName
{
background-color: #BBC29C;
}
.BgClassName
{
background-color: #BBC29C;
}
</style>
border-color css
<style>
span { border-color: #BBC29C; }
span { border-color: rgb(187,194,156); }
td.TdClassName
{
border-color: #BBC29C;
}
.TagClassName
{
border-color: #BBC29C;
}
</style>