Shades of Jungle Mist #B2C0BE
Tints of Jungle Mist #B2C0BE
RGB
CMYK
RGB Variations
Color information
#B2C0BE (or 0xB2C0BE) is known color: Jungle Mist. HEX triplet: B2, C0 and BE. RGB value is (178,192,190). Sum of RGB (Red+Green+Blue) = 178+192+190=560 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.79% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C0BE is #4D3F41. Grayscale: #BBBBBB. Windows color (decimal): -5062466 or 12501170. OLE color: 12501170.
HSL color Cylindrical-coordinate representation of color #B2C0BE: hue angle of 171.43º 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 #B2C0BE is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 192 | 190 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.25 |
| HSL | 171.43º | 0.1% | 0.73% | - |
| HSV(B) | 171.43º | 0.07% | 0.75% | - |
| XYZ | 46.5 | 50.88 | 56.09 | - |
| YUV | 187.59 | 129.36 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 192 | 190 | 0.07 | 0 | 0.01 | 0.25 | 171.43 | 0.1 | 0.73 |
| Hex | B2 | C0 | BE | 7 | 0 | 1 | 19 | AB | A | 49 |
| Octal | 262 | 300 | 276 | 7 | 0 | 1 | 31 | 253 | 12 | 111 |
| Binary | 10110010 | 11000000 | 10111110 | 111 | 0 | 1 | 11001 | 10101011 | 1010 | 1001001 |
Color Harmonies of #B2C0BE
Complementary color
Monochromatic Colors of #B2C0BE
Black with #B2C0BE
Text Example
Text Example
White with #B2C0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C0BE; }
p { color: rgb(178,192,190); }
H1.HeaderClassName
{
color: #B2C0BE;
}
.AnyTagClassName
{
color: #B2C0BE;
}
</style>
background-color css
<style>
a { background-color: #B2C0BE; }
a { background-color: rgb(178,192,190); }
div.DivClassName
{
background-color: #B2C0BE;
}
.BgClassName
{
background-color: #B2C0BE;
}
</style>
border-color css
<style>
span { border-color: #B2C0BE; }
span { border-color: rgb(178,192,190); }
td.TdClassName
{
border-color: #B2C0BE;
}
.TagClassName
{
border-color: #B2C0BE;
}
</style>