Shades of Jungle Mist #B5BCBD
Tints of Jungle Mist #B5BCBD
RGB
CMYK
RGB Variations
Color information
#B5BCBD (or 0xB5BCBD) is known color: Jungle Mist. HEX triplet: B5, BC and BD. RGB value is (181,188,189). Sum of RGB (Red+Green+Blue) = 181+188+189=558 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.44% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 189 - color contains mainly: blue. Hex color #B5BCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BCBD is #4A4342. Grayscale: #BABABA. Windows color (decimal): -4866883 or 12434613. OLE color: 12434613.
HSL color Cylindrical-coordinate representation of color #B5BCBD: hue angle of 187.5º degrees, saturation: 0.06, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B5BCBD is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 181 | 188 | 189 | - |
CMYK | 0.04 | 0.01 | 0 | 0.26 |
HSL | 187.5º | 0.06% | 0.73% | - |
HSV(B) | 187.5º | 0.04% | 0.74% | - |
XYZ | 46.22 | 49.46 | 55.26 | - |
YUV | 186.02 | 129.68 | 124.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 188 | 189 | 0.04 | 0.01 | 0 | 0.26 | 187.5 | 0.06 | 0.73 |
Hex | B5 | BC | BD | 4 | 1 | 0 | 1A | BC | 6 | 49 |
Octal | 265 | 274 | 275 | 4 | 1 | 0 | 32 | 274 | 6 | 111 |
Binary | 10110101 | 10111100 | 10111101 | 100 | 1 | 0 | 11010 | 10111100 | 110 | 1001001 |
Color Harmonies of #B5BCBD
Complementary color
Monochromatic Colors of #B5BCBD
Black with #B5BCBD
Text Example
Text Example
White with #B5BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BCBD; }
p { color: rgb(181,188,189); }
H1.HeaderClassName
{
color: #B5BCBD;
}
.AnyTagClassName
{
color: #B5BCBD;
}
</style>
background-color css
<style>
a { background-color: #B5BCBD; }
a { background-color: rgb(181,188,189); }
div.DivClassName
{
background-color: #B5BCBD;
}
.BgClassName
{
background-color: #B5BCBD;
}
</style>
border-color css
<style>
span { border-color: #B5BCBD; }
span { border-color: rgb(181,188,189); }
td.TdClassName
{
border-color: #B5BCBD;
}
.TagClassName
{
border-color: #B5BCBD;
}
</style>