Shades of Jungle Mist #B0C8C5
Tints of Jungle Mist #B0C8C5
RGB
CMYK
RGB Variations
Color information
#B0C8C5 (or 0xB0C8C5) is known color: Jungle Mist. HEX triplet: B0, C8 and C5. RGB value is (176,200,197). Sum of RGB (Red+Green+Blue) = 176+200+197=573 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.72% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 197 (77.34% from 255 or 34.38% from 573); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C8C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C8C5 is #4F373A. Grayscale: #C0C0C0. Windows color (decimal): -5191483 or 12961968. OLE color: 12961968.
HSL color Cylindrical-coordinate representation of color #B0C8C5: hue angle of 172.5º degrees, saturation: 0.18, 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 #B0C8C5 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 200 | 197 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.22 |
| HSL | 172.5º | 0.18% | 0.74% | - |
| HSV(B) | 172.5º | 0.12% | 0.78% | - |
| XYZ | 48.64 | 54.57 | 60.79 | - |
| YUV | 192.48 | 130.55 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 200 | 197 | 0.12 | 0 | 0.02 | 0.22 | 172.5 | 0.18 | 0.74 |
| Hex | B0 | C8 | C5 | C | 0 | 2 | 16 | AC | 12 | 4A |
| Octal | 260 | 310 | 305 | 14 | 0 | 2 | 26 | 254 | 22 | 112 |
| Binary | 10110000 | 11001000 | 11000101 | 1100 | 0 | 10 | 10110 | 10101100 | 10010 | 1001010 |
Color Harmonies of #B0C8C5
Complementary color
Monochromatic Colors of #B0C8C5
Black with #B0C8C5
Text Example
Text Example
White with #B0C8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C8C5; }
p { color: rgb(176,200,197); }
H1.HeaderClassName
{
color: #B0C8C5;
}
.AnyTagClassName
{
color: #B0C8C5;
}
</style>
background-color css
<style>
a { background-color: #B0C8C5; }
a { background-color: rgb(176,200,197); }
div.DivClassName
{
background-color: #B0C8C5;
}
.BgClassName
{
background-color: #B0C8C5;
}
</style>
border-color css
<style>
span { border-color: #B0C8C5; }
span { border-color: rgb(176,200,197); }
td.TdClassName
{
border-color: #B0C8C5;
}
.TagClassName
{
border-color: #B0C8C5;
}
</style>