Shades of Jungle Mist #B2BEC0
Tints of Jungle Mist #B2BEC0
RGB
CMYK
RGB Variations
Color information
#B2BEC0 (or 0xB2BEC0) is known color: Jungle Mist. HEX triplet: B2, BE and C0. RGB value is (178,190,192). Sum of RGB (Red+Green+Blue) = 178+190+192=560 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.79% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 192 (75.39% from 255 or 34.29% from 560); Max value from RGB is 192 - color contains mainly: blue. Hex color #B2BEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BEC0 is #4D413F. Grayscale: #BABABA. Windows color (decimal): -5062976 or 12631730. OLE color: 12631730.
HSL color Cylindrical-coordinate representation of color #B2BEC0: hue angle of 188.57º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B2BEC0 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 178 | 190 | 192 | - |
CMYK | 0.07 | 0.01 | 0 | 0.25 |
HSL | 188.57º | 0.1% | 0.73% | - |
HSV(B) | 188.57º | 0.07% | 0.75% | - |
XYZ | 46.29 | 50.1 | 57.1 | - |
YUV | 186.64 | 131.02 | 121.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 190 | 192 | 0.07 | 0.01 | 0 | 0.25 | 188.57 | 0.1 | 0.73 |
Hex | B2 | BE | C0 | 7 | 1 | 0 | 19 | BD | A | 49 |
Octal | 262 | 276 | 300 | 7 | 1 | 0 | 31 | 275 | 12 | 111 |
Binary | 10110010 | 10111110 | 11000000 | 111 | 1 | 0 | 11001 | 10111101 | 1010 | 1001001 |
Color Harmonies of #B2BEC0
Complementary color
Monochromatic Colors of #B2BEC0
Black with #B2BEC0
Text Example
Text Example
White with #B2BEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BEC0; }
p { color: rgb(178,190,192); }
H1.HeaderClassName
{
color: #B2BEC0;
}
.AnyTagClassName
{
color: #B2BEC0;
}
</style>
background-color css
<style>
a { background-color: #B2BEC0; }
a { background-color: rgb(178,190,192); }
div.DivClassName
{
background-color: #B2BEC0;
}
.BgClassName
{
background-color: #B2BEC0;
}
</style>
border-color css
<style>
span { border-color: #B2BEC0; }
span { border-color: rgb(178,190,192); }
td.TdClassName
{
border-color: #B2BEC0;
}
.TagClassName
{
border-color: #B2BEC0;
}
</style>