Shades of Jungle Mist #B2BBBA
Tints of Jungle Mist #B2BBBA
RGB
CMYK
RGB Variations
Color information
#B2BBBA (or 0xB2BBBA) is known color: Jungle Mist. HEX triplet: B2, BB and BA. RGB value is (178,187,186). Sum of RGB (Red+Green+Blue) = 178+187+186=551 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.30% from 551); Green value is 187 (73.44% from 255 or 33.94% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BBBA is #4D4445. Grayscale: #B8B8B8. Windows color (decimal): -5063750 or 12237746. OLE color: 12237746.
HSL color Cylindrical-coordinate representation of color #B2BBBA: hue angle of 173.33º degrees, saturation: 0.06, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B2BBBA is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 187 | 186 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.27 |
| HSL | 173.33º | 0.06% | 0.72% | - |
| HSV(B) | 173.33º | 0.05% | 0.73% | - |
| XYZ | 44.99 | 48.55 | 53.45 | - |
| YUV | 184.2 | 129.02 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 187 | 186 | 0.05 | 0 | 0.01 | 0.27 | 173.33 | 0.06 | 0.72 |
| Hex | B2 | BB | BA | 5 | 0 | 1 | 1B | AD | 6 | 48 |
| Octal | 262 | 273 | 272 | 5 | 0 | 1 | 33 | 255 | 6 | 110 |
| Binary | 10110010 | 10111011 | 10111010 | 101 | 0 | 1 | 11011 | 10101101 | 110 | 1001000 |
Color Harmonies of #B2BBBA
Complementary color
Monochromatic Colors of #B2BBBA
Black with #B2BBBA
Text Example
Text Example
White with #B2BBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BBBA; }
p { color: rgb(178,187,186); }
H1.HeaderClassName
{
color: #B2BBBA;
}
.AnyTagClassName
{
color: #B2BBBA;
}
</style>
background-color css
<style>
a { background-color: #B2BBBA; }
a { background-color: rgb(178,187,186); }
div.DivClassName
{
background-color: #B2BBBA;
}
.BgClassName
{
background-color: #B2BBBA;
}
</style>
border-color css
<style>
span { border-color: #B2BBBA; }
span { border-color: rgb(178,187,186); }
td.TdClassName
{
border-color: #B2BBBA;
}
.TagClassName
{
border-color: #B2BBBA;
}
</style>