Shades of Jungle Mist #B2BFC1
Tints of Jungle Mist #B2BFC1
RGB
CMYK
RGB Variations
Color information
#B2BFC1 (or 0xB2BFC1) is known color: Jungle Mist. HEX triplet: B2, BF and C1. RGB value is (178,191,193). Sum of RGB (Red+Green+Blue) = 178+191+193=562 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.67% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 193 (75.78% from 255 or 34.34% from 562); Max value from RGB is 193 - color contains mainly: blue. Hex color #B2BFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BFC1 is #4D403E. Grayscale: #BBBBBB. Windows color (decimal): -5062719 or 12697522. OLE color: 12697522.
HSL color Cylindrical-coordinate representation of color #B2BFC1: hue angle of 188º degrees, saturation: 0.11, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B2BFC1 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 191 | 193 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.24 |
| HSL | 188º | 0.11% | 0.73% | - |
| HSV(B) | 188º | 0.08% | 0.76% | - |
| XYZ | 46.62 | 50.58 | 57.76 | - |
| YUV | 187.34 | 131.19 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 191 | 193 | 0.08 | 0.01 | 0 | 0.24 | 188 | 0.11 | 0.73 |
| Hex | B2 | BF | C1 | 8 | 1 | 0 | 18 | BC | B | 49 |
| Octal | 262 | 277 | 301 | 10 | 1 | 0 | 30 | 274 | 13 | 111 |
| Binary | 10110010 | 10111111 | 11000001 | 1000 | 1 | 0 | 11000 | 10111100 | 1011 | 1001001 |
Color Harmonies of #B2BFC1
Complementary color
Monochromatic Colors of #B2BFC1
Black with #B2BFC1
Text Example
Text Example
White with #B2BFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BFC1; }
p { color: rgb(178,191,193); }
H1.HeaderClassName
{
color: #B2BFC1;
}
.AnyTagClassName
{
color: #B2BFC1;
}
</style>
background-color css
<style>
a { background-color: #B2BFC1; }
a { background-color: rgb(178,191,193); }
div.DivClassName
{
background-color: #B2BFC1;
}
.BgClassName
{
background-color: #B2BFC1;
}
</style>
border-color css
<style>
span { border-color: #B2BFC1; }
span { border-color: rgb(178,191,193); }
td.TdClassName
{
border-color: #B2BFC1;
}
.TagClassName
{
border-color: #B2BFC1;
}
</style>