Shades of Jungle Mist #B5C1C0
Tints of Jungle Mist #B5C1C0
RGB
CMYK
RGB Variations
Color information
#B5C1C0 (or 0xB5C1C0) is known color: Jungle Mist. HEX triplet: B5, C1 and C0. RGB value is (181,193,192). Sum of RGB (Red+Green+Blue) = 181+193+192=566 (74% of max value = 765). Red value is 181 (71.09% from 255 or 31.98% from 566); Green value is 193 (75.78% from 255 or 34.10% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C1C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C1C0 is #4A3E3F. Grayscale: #BDBDBD. Windows color (decimal): -4865600 or 12632501. OLE color: 12632501.
HSL color Cylindrical-coordinate representation of color #B5C1C0: hue angle of 175º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B5C1C0 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 193 | 192 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.24 |
| HSL | 175º | 0.09% | 0.73% | - |
| HSV(B) | 175º | 0.06% | 0.76% | - |
| XYZ | 47.64 | 51.77 | 57.35 | - |
| YUV | 189.3 | 129.52 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 193 | 192 | 0.06 | 0 | 0.01 | 0.24 | 175 | 0.09 | 0.73 |
| Hex | B5 | C1 | C0 | 6 | 0 | 1 | 18 | AF | 9 | 49 |
| Octal | 265 | 301 | 300 | 6 | 0 | 1 | 30 | 257 | 11 | 111 |
| Binary | 10110101 | 11000001 | 11000000 | 110 | 0 | 1 | 11000 | 10101111 | 1001 | 1001001 |
Color Harmonies of #B5C1C0
Complementary color
Monochromatic Colors of #B5C1C0
Black with #B5C1C0
Text Example
Text Example
White with #B5C1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C1C0; }
p { color: rgb(181,193,192); }
H1.HeaderClassName
{
color: #B5C1C0;
}
.AnyTagClassName
{
color: #B5C1C0;
}
</style>
background-color css
<style>
a { background-color: #B5C1C0; }
a { background-color: rgb(181,193,192); }
div.DivClassName
{
background-color: #B5C1C0;
}
.BgClassName
{
background-color: #B5C1C0;
}
</style>
border-color css
<style>
span { border-color: #B5C1C0; }
span { border-color: rgb(181,193,192); }
td.TdClassName
{
border-color: #B5C1C0;
}
.TagClassName
{
border-color: #B5C1C0;
}
</style>