Shades of Jungle Mist #B3BCBD
Tints of Jungle Mist #B3BCBD
RGB
CMYK
RGB Variations
Color information
#B3BCBD (or 0xB3BCBD) is known color: Jungle Mist. HEX triplet: B3, BC and BD. RGB value is (179,188,189). Sum of RGB (Red+Green+Blue) = 179+188+189=556 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.19% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 189 - color contains mainly: blue. Hex color #B3BCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BCBD is #4C4342. Grayscale: #B9B9B9. Windows color (decimal): -4997955 or 12434611. OLE color: 12434611.
HSL color Cylindrical-coordinate representation of color #B3BCBD: hue angle of 186º degrees, saturation: 0.07, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B3BCBD is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 188 | 189 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.26 |
| HSL | 186º | 0.07% | 0.72% | - |
| HSV(B) | 186º | 0.05% | 0.74% | - |
| XYZ | 45.76 | 49.22 | 55.23 | - |
| YUV | 185.42 | 130.02 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 188 | 189 | 0.05 | 0.01 | 0 | 0.26 | 186 | 0.07 | 0.72 |
| Hex | B3 | BC | BD | 5 | 1 | 0 | 1A | BA | 7 | 48 |
| Octal | 263 | 274 | 275 | 5 | 1 | 0 | 32 | 272 | 7 | 110 |
| Binary | 10110011 | 10111100 | 10111101 | 101 | 1 | 0 | 11010 | 10111010 | 111 | 1001000 |
Color Harmonies of #B3BCBD
Complementary color
Monochromatic Colors of #B3BCBD
Black with #B3BCBD
Text Example
Text Example
White with #B3BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BCBD; }
p { color: rgb(179,188,189); }
H1.HeaderClassName
{
color: #B3BCBD;
}
.AnyTagClassName
{
color: #B3BCBD;
}
</style>
background-color css
<style>
a { background-color: #B3BCBD; }
a { background-color: rgb(179,188,189); }
div.DivClassName
{
background-color: #B3BCBD;
}
.BgClassName
{
background-color: #B3BCBD;
}
</style>
border-color css
<style>
span { border-color: #B3BCBD; }
span { border-color: rgb(179,188,189); }
td.TdClassName
{
border-color: #B3BCBD;
}
.TagClassName
{
border-color: #B3BCBD;
}
</style>