Shades of Jungle Mist #B0BDBC
Tints of Jungle Mist #B0BDBC
RGB
CMYK
RGB Variations
Color information
#B0BDBC (or 0xB0BDBC) is known color: Jungle Mist. HEX triplet: B0, BD and BC. RGB value is (176,189,188). Sum of RGB (Red+Green+Blue) = 176+189+188=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BDBC is #4F4243. Grayscale: #B8B8B8. Windows color (decimal): -5194308 or 12369328. OLE color: 12369328.
HSL color Cylindrical-coordinate representation of color #B0BDBC: hue angle of 175.38º degrees, saturation: 0.09, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B0BDBC is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 189 | 188 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.26 |
| HSL | 175.38º | 0.09% | 0.72% | - |
| HSV(B) | 175.38º | 0.07% | 0.74% | - |
| XYZ | 45.18 | 49.26 | 54.7 | - |
| YUV | 185 | 129.69 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 189 | 188 | 0.07 | 0 | 0.01 | 0.26 | 175.38 | 0.09 | 0.72 |
| Hex | B0 | BD | BC | 7 | 0 | 1 | 1A | AF | 9 | 48 |
| Octal | 260 | 275 | 274 | 7 | 0 | 1 | 32 | 257 | 11 | 110 |
| Binary | 10110000 | 10111101 | 10111100 | 111 | 0 | 1 | 11010 | 10101111 | 1001 | 1001000 |
Color Harmonies of #B0BDBC
Complementary color
Monochromatic Colors of #B0BDBC
Black with #B0BDBC
Text Example
Text Example
White with #B0BDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BDBC; }
p { color: rgb(176,189,188); }
H1.HeaderClassName
{
color: #B0BDBC;
}
.AnyTagClassName
{
color: #B0BDBC;
}
</style>
background-color css
<style>
a { background-color: #B0BDBC; }
a { background-color: rgb(176,189,188); }
div.DivClassName
{
background-color: #B0BDBC;
}
.BgClassName
{
background-color: #B0BDBC;
}
</style>
border-color css
<style>
span { border-color: #B0BDBC; }
span { border-color: rgb(176,189,188); }
td.TdClassName
{
border-color: #B0BDBC;
}
.TagClassName
{
border-color: #B0BDBC;
}
</style>