Shades of Jungle Mist #B5C5C6
Tints of Jungle Mist #B5C5C6
RGB
CMYK
RGB Variations
Color information
#B5C5C6 (or 0xB5C5C6) is known color: Jungle Mist. HEX triplet: B5, C5 and C6. RGB value is (181,197,198). Sum of RGB (Red+Green+Blue) = 181+197+198=576 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.42% from 576); Green value is 197 (77.34% from 255 or 34.20% from 576); Blue value is 198 (77.73% from 255 or 34.38% from 576); Max value from RGB is 198 - color contains mainly: blue. Hex color #B5C5C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C5C6 is #4A3A39. Grayscale: #C0C0C0. Windows color (decimal): -4864570 or 13026741. OLE color: 13026741.
HSL color Cylindrical-coordinate representation of color #B5C5C6: hue angle of 183.53º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B5C5C6 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 197 | 198 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.22 |
| HSL | 183.53º | 0.13% | 0.74% | - |
| HSV(B) | 183.53º | 0.09% | 0.78% | - |
| XYZ | 49.22 | 53.83 | 61.22 | - |
| YUV | 192.33 | 131.2 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 197 | 198 | 0.09 | 0.01 | 0 | 0.22 | 183.53 | 0.13 | 0.74 |
| Hex | B5 | C5 | C6 | 9 | 1 | 0 | 16 | B8 | D | 4A |
| Octal | 265 | 305 | 306 | 11 | 1 | 0 | 26 | 270 | 15 | 112 |
| Binary | 10110101 | 11000101 | 11000110 | 1001 | 1 | 0 | 10110 | 10111000 | 1101 | 1001010 |
Color Harmonies of #B5C5C6
Complementary color
Monochromatic Colors of #B5C5C6
Black with #B5C5C6
Text Example
Text Example
White with #B5C5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C5C6; }
p { color: rgb(181,197,198); }
H1.HeaderClassName
{
color: #B5C5C6;
}
.AnyTagClassName
{
color: #B5C5C6;
}
</style>
background-color css
<style>
a { background-color: #B5C5C6; }
a { background-color: rgb(181,197,198); }
div.DivClassName
{
background-color: #B5C5C6;
}
.BgClassName
{
background-color: #B5C5C6;
}
</style>
border-color css
<style>
span { border-color: #B5C5C6; }
span { border-color: rgb(181,197,198); }
td.TdClassName
{
border-color: #B5C5C6;
}
.TagClassName
{
border-color: #B5C5C6;
}
</style>