Shades of Jungle Mist #B0CAC6
Tints of Jungle Mist #B0CAC6
RGB
CMYK
RGB Variations
Color information
#B0CAC6 (or 0xB0CAC6) is known color: Jungle Mist. HEX triplet: B0, CA and C6. RGB value is (176,202,198). Sum of RGB (Red+Green+Blue) = 176+202+198=576 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.56% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 198 (77.73% from 255 or 34.38% from 576); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CAC6 is #4F3539. Grayscale: #C1C1C1. Windows color (decimal): -5190970 or 13028016. OLE color: 13028016.
HSL color Cylindrical-coordinate representation of color #B0CAC6: hue angle of 170.77º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0CAC6 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 202 | 198 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.21 |
| HSL | 170.77º | 0.2% | 0.74% | - |
| HSV(B) | 170.77º | 0.13% | 0.79% | - |
| XYZ | 49.22 | 55.55 | 61.55 | - |
| YUV | 193.77 | 130.39 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 202 | 198 | 0.13 | 0 | 0.02 | 0.21 | 170.77 | 0.2 | 0.74 |
| Hex | B0 | CA | C6 | D | 0 | 2 | 15 | AB | 14 | 4A |
| Octal | 260 | 312 | 306 | 15 | 0 | 2 | 25 | 253 | 24 | 112 |
| Binary | 10110000 | 11001010 | 11000110 | 1101 | 0 | 10 | 10101 | 10101011 | 10100 | 1001010 |
Color Harmonies of #B0CAC6
Complementary color
Monochromatic Colors of #B0CAC6
Black with #B0CAC6
Text Example
Text Example
White with #B0CAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CAC6; }
p { color: rgb(176,202,198); }
H1.HeaderClassName
{
color: #B0CAC6;
}
.AnyTagClassName
{
color: #B0CAC6;
}
</style>
background-color css
<style>
a { background-color: #B0CAC6; }
a { background-color: rgb(176,202,198); }
div.DivClassName
{
background-color: #B0CAC6;
}
.BgClassName
{
background-color: #B0CAC6;
}
</style>
border-color css
<style>
span { border-color: #B0CAC6; }
span { border-color: rgb(176,202,198); }
td.TdClassName
{
border-color: #B0CAC6;
}
.TagClassName
{
border-color: #B0CAC6;
}
</style>