Shades of Jungle Mist #B2BCBD
Tints of Jungle Mist #B2BCBD
RGB
CMYK
RGB Variations
Color information
#B2BCBD (or 0xB2BCBD) is known color: Jungle Mist. HEX triplet: B2, BC and BD. RGB value is (178,188,189). Sum of RGB (Red+Green+Blue) = 178+188+189=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 189 - color contains mainly: blue. Hex color #B2BCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BCBD is #4D4342. Grayscale: #B9B9B9. Windows color (decimal): -5063491 or 12434610. OLE color: 12434610.
HSL color Cylindrical-coordinate representation of color #B2BCBD: hue angle of 185.45º degrees, saturation: 0.08, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B2BCBD is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 188 | 189 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.26 |
| HSL | 185.45º | 0.08% | 0.72% | - |
| HSV(B) | 185.45º | 0.06% | 0.74% | - |
| XYZ | 45.53 | 49.11 | 55.22 | - |
| YUV | 185.12 | 130.19 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 188 | 189 | 0.06 | 0.01 | 0 | 0.26 | 185.45 | 0.08 | 0.72 |
| Hex | B2 | BC | BD | 6 | 1 | 0 | 1A | B9 | 8 | 48 |
| Octal | 262 | 274 | 275 | 6 | 1 | 0 | 32 | 271 | 10 | 110 |
| Binary | 10110010 | 10111100 | 10111101 | 110 | 1 | 0 | 11010 | 10111001 | 1000 | 1001000 |
Color Harmonies of #B2BCBD
Complementary color
Monochromatic Colors of #B2BCBD
Black with #B2BCBD
Text Example
Text Example
White with #B2BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BCBD; }
p { color: rgb(178,188,189); }
H1.HeaderClassName
{
color: #B2BCBD;
}
.AnyTagClassName
{
color: #B2BCBD;
}
</style>
background-color css
<style>
a { background-color: #B2BCBD; }
a { background-color: rgb(178,188,189); }
div.DivClassName
{
background-color: #B2BCBD;
}
.BgClassName
{
background-color: #B2BCBD;
}
</style>
border-color css
<style>
span { border-color: #B2BCBD; }
span { border-color: rgb(178,188,189); }
td.TdClassName
{
border-color: #B2BCBD;
}
.TagClassName
{
border-color: #B2BCBD;
}
</style>