Shades of Jungle Mist #B5C6CA
Tints of Jungle Mist #B5C6CA
RGB
CMYK
RGB Variations
Color information
#B5C6CA (or 0xB5C6CA) is known color: Jungle Mist. HEX triplet: B5, C6 and CA. RGB value is (181,198,202). Sum of RGB (Red+Green+Blue) = 181+198+202=581 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.15% from 581); Green value is 198 (77.73% from 255 or 34.08% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 202 - color contains mainly: blue. Hex color #B5C6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C6CA is #4A3935. Grayscale: #C1C1C1. Windows color (decimal): -4864310 or 13289141. OLE color: 13289141.
HSL color Cylindrical-coordinate representation of color #B5C6CA: hue angle of 191.43º 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 #B5C6CA is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 198 | 202 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.21 |
| HSL | 191.43º | 0.17% | 0.75% | - |
| HSV(B) | 191.43º | 0.1% | 0.79% | - |
| XYZ | 49.91 | 54.48 | 63.76 | - |
| YUV | 193.37 | 132.87 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 198 | 202 | 0.10 | 0.02 | 0 | 0.21 | 191.43 | 0.17 | 0.75 |
| Hex | B5 | C6 | CA | A | 2 | 0 | 15 | BF | 11 | 4B |
| Octal | 265 | 306 | 312 | 12 | 2 | 0 | 25 | 277 | 21 | 113 |
| Binary | 10110101 | 11000110 | 11001010 | 1010 | 10 | 0 | 10101 | 10111111 | 10001 | 1001011 |
Color Harmonies of #B5C6CA
Complementary color
Monochromatic Colors of #B5C6CA
Black with #B5C6CA
Text Example
Text Example
White with #B5C6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C6CA; }
p { color: rgb(181,198,202); }
H1.HeaderClassName
{
color: #B5C6CA;
}
.AnyTagClassName
{
color: #B5C6CA;
}
</style>
background-color css
<style>
a { background-color: #B5C6CA; }
a { background-color: rgb(181,198,202); }
div.DivClassName
{
background-color: #B5C6CA;
}
.BgClassName
{
background-color: #B5C6CA;
}
</style>
border-color css
<style>
span { border-color: #B5C6CA; }
span { border-color: rgb(181,198,202); }
td.TdClassName
{
border-color: #B5C6CA;
}
.TagClassName
{
border-color: #B5C6CA;
}
</style>