Shades of Jungle Mist #B0C7CC
Tints of Jungle Mist #B0C7CC
RGB
CMYK
RGB Variations
Color information
#B0C7CC (or 0xB0C7CC) is known color: Jungle Mist. HEX triplet: B0, C7 and CC. RGB value is (176,199,204). Sum of RGB (Red+Green+Blue) = 176+199+204=579 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.40% from 579); Green value is 199 (78.12% from 255 or 34.37% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 204 - color contains mainly: blue. Hex color #B0C7CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C7CC is #4F3833. Grayscale: #C0C0C0. Windows color (decimal): -5191732 or 13420464. OLE color: 13420464.
HSL color Cylindrical-coordinate representation of color #B0C7CC: hue angle of 190.71º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B0C7CC is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 199 | 204 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.2 |
| HSL | 190.71º | 0.22% | 0.75% | - |
| HSV(B) | 190.71º | 0.14% | 0.8% | - |
| XYZ | 49.23 | 54.44 | 65.04 | - |
| YUV | 192.69 | 134.38 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 199 | 204 | 0.14 | 0.02 | 0 | 0.2 | 190.71 | 0.22 | 0.75 |
| Hex | B0 | C7 | CC | E | 2 | 0 | 14 | BF | 16 | 4B |
| Octal | 260 | 307 | 314 | 16 | 2 | 0 | 24 | 277 | 26 | 113 |
| Binary | 10110000 | 11000111 | 11001100 | 1110 | 10 | 0 | 10100 | 10111111 | 10110 | 1001011 |
Color Harmonies of #B0C7CC
Complementary color
Monochromatic Colors of #B0C7CC
Black with #B0C7CC
Text Example
Text Example
White with #B0C7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C7CC; }
p { color: rgb(176,199,204); }
H1.HeaderClassName
{
color: #B0C7CC;
}
.AnyTagClassName
{
color: #B0C7CC;
}
</style>
background-color css
<style>
a { background-color: #B0C7CC; }
a { background-color: rgb(176,199,204); }
div.DivClassName
{
background-color: #B0C7CC;
}
.BgClassName
{
background-color: #B0C7CC;
}
</style>
border-color css
<style>
span { border-color: #B0C7CC; }
span { border-color: rgb(176,199,204); }
td.TdClassName
{
border-color: #B0C7CC;
}
.TagClassName
{
border-color: #B0C7CC;
}
</style>