Shades of Jungle Mist #B4C1BF
Tints of Jungle Mist #B4C1BF
RGB
CMYK
RGB Variations
Color information
#B4C1BF (or 0xB4C1BF) is known color: Jungle Mist. HEX triplet: B4, C1 and BF. RGB value is (180,193,191). Sum of RGB (Red+Green+Blue) = 180+193+191=564 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.91% from 564); Green value is 193 (75.78% from 255 or 34.22% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 193 - color contains mainly: green. Hex color #B4C1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C1BF is #4B3E40. Grayscale: #BCBCBC. Windows color (decimal): -4931137 or 12566964. OLE color: 12566964.
HSL color Cylindrical-coordinate representation of color #B4C1BF: hue angle of 170.77º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B4C1BF is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
RGB | 180 | 193 | 191 | - |
CMYK | 0.07 | 0 | 0.01 | 0.24 |
HSL | 170.77º | 0.09% | 0.73% | - |
HSV(B) | 170.77º | 0.07% | 0.76% | - |
XYZ | 47.3 | 51.6 | 56.76 | - |
YUV | 188.89 | 129.19 | 121.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 193 | 191 | 0.07 | 0 | 0.01 | 0.24 | 170.77 | 0.09 | 0.73 |
Hex | B4 | C1 | BF | 7 | 0 | 1 | 18 | AB | 9 | 49 |
Octal | 264 | 301 | 277 | 7 | 0 | 1 | 30 | 253 | 11 | 111 |
Binary | 10110100 | 11000001 | 10111111 | 111 | 0 | 1 | 11000 | 10101011 | 1001 | 1001001 |
Color Harmonies of #B4C1BF
Complementary color
Monochromatic Colors of #B4C1BF
Black with #B4C1BF
Text Example
Text Example
White with #B4C1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C1BF; }
p { color: rgb(180,193,191); }
H1.HeaderClassName
{
color: #B4C1BF;
}
.AnyTagClassName
{
color: #B4C1BF;
}
</style>
background-color css
<style>
a { background-color: #B4C1BF; }
a { background-color: rgb(180,193,191); }
div.DivClassName
{
background-color: #B4C1BF;
}
.BgClassName
{
background-color: #B4C1BF;
}
</style>
border-color css
<style>
span { border-color: #B4C1BF; }
span { border-color: rgb(180,193,191); }
td.TdClassName
{
border-color: #B4C1BF;
}
.TagClassName
{
border-color: #B4C1BF;
}
</style>