Shades of Jungle Mist #B0CACB
Tints of Jungle Mist #B0CACB
RGB
CMYK
RGB Variations
Color information
#B0CACB (or 0xB0CACB) is known color: Jungle Mist. HEX triplet: B0, CA and CB. RGB value is (176,202,203). Sum of RGB (Red+Green+Blue) = 176+202+203=581 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.29% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 203 - color contains mainly: blue. Hex color #B0CACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CACB is #4F3534. Grayscale: #C2C2C2. Windows color (decimal): -5190965 or 13355696. OLE color: 13355696.
HSL color Cylindrical-coordinate representation of color #B0CACB: hue angle of 182.22º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0CACB is Cyan = 0.13, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 202 | 203 | - |
| CMYK | 0.13 | 0.00 | 0 | 0.20 |
| HSL | 182.22º | 0.21% | 0.74% | - |
| HSV(B) | 182.22º | 0.13% | 0.8% | - |
| XYZ | 49.8 | 55.78 | 64.64 | - |
| YUV | 194.34 | 132.89 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 202 | 203 | 0.13 | 0.00 | 0 | 0.20 | 182.22 | 0.21 | 0.74 |
| Hex | B0 | CA | CB | D | 0 | 0 | 14 | B6 | 15 | 4A |
| Octal | 260 | 312 | 313 | 15 | 0 | 0 | 24 | 266 | 25 | 112 |
| Binary | 10110000 | 11001010 | 11001011 | 1101 | 0 | 0 | 10100 | 10110110 | 10101 | 1001010 |
Color Harmonies of #B0CACB
Complementary color
Monochromatic Colors of #B0CACB
Black with #B0CACB
Text Example
Text Example
White with #B0CACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CACB; }
p { color: rgb(176,202,203); }
H1.HeaderClassName
{
color: #B0CACB;
}
.AnyTagClassName
{
color: #B0CACB;
}
</style>
background-color css
<style>
a { background-color: #B0CACB; }
a { background-color: rgb(176,202,203); }
div.DivClassName
{
background-color: #B0CACB;
}
.BgClassName
{
background-color: #B0CACB;
}
</style>
border-color css
<style>
span { border-color: #B0CACB; }
span { border-color: rgb(176,202,203); }
td.TdClassName
{
border-color: #B0CACB;
}
.TagClassName
{
border-color: #B0CACB;
}
</style>