Shades of Jungle Mist #B5C7CA
Tints of Jungle Mist #B5C7CA
RGB
CMYK
RGB Variations
Color information
#B5C7CA (or 0xB5C7CA) is known color: Jungle Mist. HEX triplet: B5, C7 and CA. RGB value is (181,199,202). Sum of RGB (Red+Green+Blue) = 181+199+202=582 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.10% from 582); Green value is 199 (78.12% from 255 or 34.19% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 202 - color contains mainly: blue. Hex color #B5C7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C7CA is #4A3835. Grayscale: #C1C1C1. Windows color (decimal): -4864054 or 13289397. OLE color: 13289397.
HSL color Cylindrical-coordinate representation of color #B5C7CA: hue angle of 188.57º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B5C7CA is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 199 | 202 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.21 |
| HSL | 188.57º | 0.17% | 0.75% | - |
| HSV(B) | 188.57º | 0.1% | 0.79% | - |
| XYZ | 50.14 | 54.93 | 63.84 | - |
| YUV | 193.96 | 132.54 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 199 | 202 | 0.10 | 0.01 | 0 | 0.21 | 188.57 | 0.17 | 0.75 |
| Hex | B5 | C7 | CA | A | 1 | 0 | 15 | BD | 11 | 4B |
| Octal | 265 | 307 | 312 | 12 | 1 | 0 | 25 | 275 | 21 | 113 |
| Binary | 10110101 | 11000111 | 11001010 | 1010 | 1 | 0 | 10101 | 10111101 | 10001 | 1001011 |
Color Harmonies of #B5C7CA
Complementary color
Monochromatic Colors of #B5C7CA
Black with #B5C7CA
Text Example
Text Example
White with #B5C7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C7CA; }
p { color: rgb(181,199,202); }
H1.HeaderClassName
{
color: #B5C7CA;
}
.AnyTagClassName
{
color: #B5C7CA;
}
</style>
background-color css
<style>
a { background-color: #B5C7CA; }
a { background-color: rgb(181,199,202); }
div.DivClassName
{
background-color: #B5C7CA;
}
.BgClassName
{
background-color: #B5C7CA;
}
</style>
border-color css
<style>
span { border-color: #B5C7CA; }
span { border-color: rgb(181,199,202); }
td.TdClassName
{
border-color: #B5C7CA;
}
.TagClassName
{
border-color: #B5C7CA;
}
</style>