Shades of Jungle Mist #B4BFC1
Tints of Jungle Mist #B4BFC1
RGB
CMYK
RGB Variations
Color information
#B4BFC1 (or 0xB4BFC1) is known color: Jungle Mist. HEX triplet: B4, BF and C1. RGB value is (180,191,193). Sum of RGB (Red+Green+Blue) = 180+191+193=564 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.91% from 564); Green value is 191 (75% from 255 or 33.87% from 564); Blue value is 193 (75.78% from 255 or 34.22% from 564); Max value from RGB is 193 - color contains mainly: blue. Hex color #B4BFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BFC1 is #4B403E. Grayscale: #BBBBBB. Windows color (decimal): -4931647 or 12697524. OLE color: 12697524.
HSL color Cylindrical-coordinate representation of color #B4BFC1: hue angle of 189.23º 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 #B4BFC1 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 191 | 193 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.24 |
| HSL | 189.23º | 0.09% | 0.73% | - |
| HSV(B) | 189.23º | 0.07% | 0.76% | - |
| XYZ | 47.08 | 50.82 | 57.78 | - |
| YUV | 187.94 | 130.86 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 191 | 193 | 0.07 | 0.01 | 0 | 0.24 | 189.23 | 0.09 | 0.73 |
| Hex | B4 | BF | C1 | 7 | 1 | 0 | 18 | BD | 9 | 49 |
| Octal | 264 | 277 | 301 | 7 | 1 | 0 | 30 | 275 | 11 | 111 |
| Binary | 10110100 | 10111111 | 11000001 | 111 | 1 | 0 | 11000 | 10111101 | 1001 | 1001001 |
Color Harmonies of #B4BFC1
Complementary color
Monochromatic Colors of #B4BFC1
Black with #B4BFC1
Text Example
Text Example
White with #B4BFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BFC1; }
p { color: rgb(180,191,193); }
H1.HeaderClassName
{
color: #B4BFC1;
}
.AnyTagClassName
{
color: #B4BFC1;
}
</style>
background-color css
<style>
a { background-color: #B4BFC1; }
a { background-color: rgb(180,191,193); }
div.DivClassName
{
background-color: #B4BFC1;
}
.BgClassName
{
background-color: #B4BFC1;
}
</style>
border-color css
<style>
span { border-color: #B4BFC1; }
span { border-color: rgb(180,191,193); }
td.TdClassName
{
border-color: #B4BFC1;
}
.TagClassName
{
border-color: #B4BFC1;
}
</style>