Shades of Jungle Mist #B1C0BE
Tints of Jungle Mist #B1C0BE
RGB
CMYK
RGB Variations
Color information
#B1C0BE (or 0xB1C0BE) is known color: Jungle Mist. HEX triplet: B1, C0 and BE. RGB value is (177,192,190). Sum of RGB (Red+Green+Blue) = 177+192+190=559 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.66% from 559); Green value is 192 (75.39% from 255 or 34.35% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C0BE is #4E3F41. Grayscale: #BBBBBB. Windows color (decimal): -5128002 or 12501169. OLE color: 12501169.
HSL color Cylindrical-coordinate representation of color #B1C0BE: hue angle of 172º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B1C0BE is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 192 | 190 | - |
| CMYK | 0.08 | 0 | 0.01 | 0.25 |
| HSL | 172º | 0.11% | 0.72% | - |
| HSV(B) | 172º | 0.08% | 0.75% | - |
| XYZ | 46.28 | 50.76 | 56.07 | - |
| YUV | 187.29 | 129.53 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 192 | 190 | 0.08 | 0 | 0.01 | 0.25 | 172 | 0.11 | 0.72 |
| Hex | B1 | C0 | BE | 8 | 0 | 1 | 19 | AC | B | 48 |
| Octal | 261 | 300 | 276 | 10 | 0 | 1 | 31 | 254 | 13 | 110 |
| Binary | 10110001 | 11000000 | 10111110 | 1000 | 0 | 1 | 11001 | 10101100 | 1011 | 1001000 |
Color Harmonies of #B1C0BE
Complementary color
Monochromatic Colors of #B1C0BE
Black with #B1C0BE
Text Example
Text Example
White with #B1C0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C0BE; }
p { color: rgb(177,192,190); }
H1.HeaderClassName
{
color: #B1C0BE;
}
.AnyTagClassName
{
color: #B1C0BE;
}
</style>
background-color css
<style>
a { background-color: #B1C0BE; }
a { background-color: rgb(177,192,190); }
div.DivClassName
{
background-color: #B1C0BE;
}
.BgClassName
{
background-color: #B1C0BE;
}
</style>
border-color css
<style>
span { border-color: #B1C0BE; }
span { border-color: rgb(177,192,190); }
td.TdClassName
{
border-color: #B1C0BE;
}
.TagClassName
{
border-color: #B1C0BE;
}
</style>