Shades of Jungle Mist #B6BDBE
Tints of Jungle Mist #B6BDBE
RGB
CMYK
RGB Variations
Color information
#B6BDBE (or 0xB6BDBE) is known color: Jungle Mist. HEX triplet: B6, BD and BE. RGB value is (182,189,190). Sum of RGB (Red+Green+Blue) = 182+189+190=561 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.44% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 190 - color contains mainly: blue. Hex color #B6BDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BDBE is #494241. Grayscale: #BBBBBB. Windows color (decimal): -4801090 or 12500406. OLE color: 12500406.
HSL color Cylindrical-coordinate representation of color #B6BDBE: hue angle of 187.5º degrees, saturation: 0.06, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B6BDBE is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 182 | 189 | 190 | - |
CMYK | 0.04 | 0.01 | 0 | 0.25 |
HSL | 187.5º | 0.06% | 0.73% | - |
HSV(B) | 187.5º | 0.04% | 0.75% | - |
XYZ | 46.78 | 50.06 | 55.91 | - |
YUV | 187.02 | 129.68 | 124.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 189 | 190 | 0.04 | 0.01 | 0 | 0.25 | 187.5 | 0.06 | 0.73 |
Hex | B6 | BD | BE | 4 | 1 | 0 | 19 | BC | 6 | 49 |
Octal | 266 | 275 | 276 | 4 | 1 | 0 | 31 | 274 | 6 | 111 |
Binary | 10110110 | 10111101 | 10111110 | 100 | 1 | 0 | 11001 | 10111100 | 110 | 1001001 |
Color Harmonies of #B6BDBE
Complementary color
Monochromatic Colors of #B6BDBE
Black with #B6BDBE
Text Example
Text Example
White with #B6BDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BDBE; }
p { color: rgb(182,189,190); }
H1.HeaderClassName
{
color: #B6BDBE;
}
.AnyTagClassName
{
color: #B6BDBE;
}
</style>
background-color css
<style>
a { background-color: #B6BDBE; }
a { background-color: rgb(182,189,190); }
div.DivClassName
{
background-color: #B6BDBE;
}
.BgClassName
{
background-color: #B6BDBE;
}
</style>
border-color css
<style>
span { border-color: #B6BDBE; }
span { border-color: rgb(182,189,190); }
td.TdClassName
{
border-color: #B6BDBE;
}
.TagClassName
{
border-color: #B6BDBE;
}
</style>