Shades of Jungle Mist #B4BCBB
Tints of Jungle Mist #B4BCBB
RGB
CMYK
RGB Variations
Color information
#B4BCBB (or 0xB4BCBB) is known color: Jungle Mist. HEX triplet: B4, BC and BB. RGB value is (180,188,187). Sum of RGB (Red+Green+Blue) = 180+188+187=555 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.43% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BCBB is #4B4344. Grayscale: #B9B9B9. Windows color (decimal): -4932421 or 12303540. OLE color: 12303540.
HSL color Cylindrical-coordinate representation of color #B4BCBB: hue angle of 172.5º degrees, saturation: 0.06, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B4BCBB is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 188 | 187 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.26 |
| HSL | 172.5º | 0.06% | 0.72% | - |
| HSV(B) | 172.5º | 0.04% | 0.74% | - |
| XYZ | 45.78 | 49.26 | 54.11 | - |
| YUV | 185.49 | 128.85 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 188 | 187 | 0.04 | 0 | 0.01 | 0.26 | 172.5 | 0.06 | 0.72 |
| Hex | B4 | BC | BB | 4 | 0 | 1 | 1A | AC | 6 | 48 |
| Octal | 264 | 274 | 273 | 4 | 0 | 1 | 32 | 254 | 6 | 110 |
| Binary | 10110100 | 10111100 | 10111011 | 100 | 0 | 1 | 11010 | 10101100 | 110 | 1001000 |
Color Harmonies of #B4BCBB
Complementary color
Monochromatic Colors of #B4BCBB
Black with #B4BCBB
Text Example
Text Example
White with #B4BCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BCBB; }
p { color: rgb(180,188,187); }
H1.HeaderClassName
{
color: #B4BCBB;
}
.AnyTagClassName
{
color: #B4BCBB;
}
</style>
background-color css
<style>
a { background-color: #B4BCBB; }
a { background-color: rgb(180,188,187); }
div.DivClassName
{
background-color: #B4BCBB;
}
.BgClassName
{
background-color: #B4BCBB;
}
</style>
border-color css
<style>
span { border-color: #B4BCBB; }
span { border-color: rgb(180,188,187); }
td.TdClassName
{
border-color: #B4BCBB;
}
.TagClassName
{
border-color: #B4BCBB;
}
</style>