Shades of Jungle Mist #B2BBBB
Tints of Jungle Mist #B2BBBB
RGB
CMYK
RGB Variations
Color information
#B2BBBB (or 0xB2BBBB) is known color: Jungle Mist. HEX triplet: B2, BB and BB. RGB value is (178,187,187). Sum of RGB (Red+Green+Blue) = 178+187+187=552 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.25% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #B2BBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BBBB is #4D4444. Grayscale: #B8B8B8. Windows color (decimal): -5063749 or 12303282. OLE color: 12303282.
HSL color Cylindrical-coordinate representation of color #B2BBBB: hue angle of 180º 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 #B2BBBB is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 187 | 187 | - |
| CMYK | 0.05 | 0 | 0 | 0.27 |
| HSL | 180º | 0.06% | 0.72% | - |
| HSV(B) | 180º | 0.05% | 0.73% | - |
| XYZ | 45.1 | 48.59 | 54.02 | - |
| YUV | 184.31 | 129.52 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 187 | 187 | 0.05 | 0 | 0 | 0.27 | 180 | 0.06 | 0.72 |
| Hex | B2 | BB | BB | 5 | 0 | 0 | 1B | B4 | 6 | 48 |
| Octal | 262 | 273 | 273 | 5 | 0 | 0 | 33 | 264 | 6 | 110 |
| Binary | 10110010 | 10111011 | 10111011 | 101 | 0 | 0 | 11011 | 10110100 | 110 | 1001000 |
Color Harmonies of #B2BBBB
Complementary color
Monochromatic Colors of #B2BBBB
Black with #B2BBBB
Text Example
Text Example
White with #B2BBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BBBB; }
p { color: rgb(178,187,187); }
H1.HeaderClassName
{
color: #B2BBBB;
}
.AnyTagClassName
{
color: #B2BBBB;
}
</style>
background-color css
<style>
a { background-color: #B2BBBB; }
a { background-color: rgb(178,187,187); }
div.DivClassName
{
background-color: #B2BBBB;
}
.BgClassName
{
background-color: #B2BBBB;
}
</style>
border-color css
<style>
span { border-color: #B2BBBB; }
span { border-color: rgb(178,187,187); }
td.TdClassName
{
border-color: #B2BBBB;
}
.TagClassName
{
border-color: #B2BBBB;
}
</style>