Shades of Jungle Mist #B5BDBD
Tints of Jungle Mist #B5BDBD
RGB
CMYK
RGB Variations
Color information
#B5BDBD (or 0xB5BDBD) is known color: Jungle Mist. HEX triplet: B5, BD and BD. RGB value is (181,189,189). Sum of RGB (Red+Green+Blue) = 181+189+189=559 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.38% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #B5BDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BDBD is #4A4242. Grayscale: #BABABA. Windows color (decimal): -4866627 or 12434869. OLE color: 12434869.
HSL color Cylindrical-coordinate representation of color #B5BDBD: hue angle of 180º 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 #B5BDBD is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 181 | 189 | 189 | - |
CMYK | 0.04 | 0 | 0 | 0.26 |
HSL | 180º | 0.06% | 0.73% | - |
HSV(B) | 180º | 0.04% | 0.74% | - |
XYZ | 46.44 | 49.89 | 55.33 | - |
YUV | 186.61 | 129.35 | 124 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 189 | 189 | 0.04 | 0 | 0 | 0.26 | 180 | 0.06 | 0.73 |
Hex | B5 | BD | BD | 4 | 0 | 0 | 1A | B4 | 6 | 49 |
Octal | 265 | 275 | 275 | 4 | 0 | 0 | 32 | 264 | 6 | 111 |
Binary | 10110101 | 10111101 | 10111101 | 100 | 0 | 0 | 11010 | 10110100 | 110 | 1001001 |
Color Harmonies of #B5BDBD
Complementary color
Monochromatic Colors of #B5BDBD
Black with #B5BDBD
Text Example
Text Example
White with #B5BDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BDBD; }
p { color: rgb(181,189,189); }
H1.HeaderClassName
{
color: #B5BDBD;
}
.AnyTagClassName
{
color: #B5BDBD;
}
</style>
background-color css
<style>
a { background-color: #B5BDBD; }
a { background-color: rgb(181,189,189); }
div.DivClassName
{
background-color: #B5BDBD;
}
.BgClassName
{
background-color: #B5BDBD;
}
</style>
border-color css
<style>
span { border-color: #B5BDBD; }
span { border-color: rgb(181,189,189); }
td.TdClassName
{
border-color: #B5BDBD;
}
.TagClassName
{
border-color: #B5BDBD;
}
</style>