Shades of Jungle Mist #B0C5C7
Tints of Jungle Mist #B0C5C7
RGB
CMYK
RGB Variations
Color information
#B0C5C7 (or 0xB0C5C7) is known color: Jungle Mist. HEX triplet: B0, C5 and C7. RGB value is (176,197,199). Sum of RGB (Red+Green+Blue) = 176+197+199=572 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.77% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 199 (78.12% from 255 or 34.79% from 572); Max value from RGB is 199 - color contains mainly: blue. Hex color #B0C5C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C5C7 is #4F3A38. Grayscale: #BEBEBE. Windows color (decimal): -5192249 or 13092272. OLE color: 13092272.
HSL color Cylindrical-coordinate representation of color #B0C5C7: hue angle of 185.22º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0C5C7 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 197 | 199 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.22 |
| HSL | 185.22º | 0.17% | 0.74% | - |
| HSV(B) | 185.22º | 0.12% | 0.78% | - |
| XYZ | 48.18 | 53.29 | 61.78 | - |
| YUV | 190.95 | 132.54 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 197 | 199 | 0.12 | 0.01 | 0 | 0.22 | 185.22 | 0.17 | 0.74 |
| Hex | B0 | C5 | C7 | C | 1 | 0 | 16 | B9 | 11 | 4A |
| Octal | 260 | 305 | 307 | 14 | 1 | 0 | 26 | 271 | 21 | 112 |
| Binary | 10110000 | 11000101 | 11000111 | 1100 | 1 | 0 | 10110 | 10111001 | 10001 | 1001010 |
Color Harmonies of #B0C5C7
Complementary color
Monochromatic Colors of #B0C5C7
Black with #B0C5C7
Text Example
Text Example
White with #B0C5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C5C7; }
p { color: rgb(176,197,199); }
H1.HeaderClassName
{
color: #B0C5C7;
}
.AnyTagClassName
{
color: #B0C5C7;
}
</style>
background-color css
<style>
a { background-color: #B0C5C7; }
a { background-color: rgb(176,197,199); }
div.DivClassName
{
background-color: #B0C5C7;
}
.BgClassName
{
background-color: #B0C5C7;
}
</style>
border-color css
<style>
span { border-color: #B0C5C7; }
span { border-color: rgb(176,197,199); }
td.TdClassName
{
border-color: #B0C5C7;
}
.TagClassName
{
border-color: #B0C5C7;
}
</style>