Shades of Jungle Mist #B2CACB
Tints of Jungle Mist #B2CACB
RGB
CMYK
RGB Variations
Color information
#B2CACB (or 0xB2CACB) is known color: Jungle Mist. HEX triplet: B2, CA and CB. RGB value is (178,202,203). Sum of RGB (Red+Green+Blue) = 178+202+203=583 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.53% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 203 - color contains mainly: blue. Hex color #B2CACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CACB is #4D3534. Grayscale: #C2C2C2. Windows color (decimal): -5059893 or 13355698. OLE color: 13355698.
HSL color Cylindrical-coordinate representation of color #B2CACB: hue angle of 182.4º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B2CACB is Cyan = 0.12, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 202 | 203 | - |
| CMYK | 0.12 | 0.00 | 0 | 0.20 |
| HSL | 182.4º | 0.19% | 0.75% | - |
| HSV(B) | 182.4º | 0.12% | 0.8% | - |
| XYZ | 50.26 | 56.02 | 64.66 | - |
| YUV | 194.94 | 132.55 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 202 | 203 | 0.12 | 0.00 | 0 | 0.20 | 182.4 | 0.19 | 0.75 |
| Hex | B2 | CA | CB | C | 0 | 0 | 14 | B6 | 13 | 4B |
| Octal | 262 | 312 | 313 | 14 | 0 | 0 | 24 | 266 | 23 | 113 |
| Binary | 10110010 | 11001010 | 11001011 | 1100 | 0 | 0 | 10100 | 10110110 | 10011 | 1001011 |
Color Harmonies of #B2CACB
Complementary color
Monochromatic Colors of #B2CACB
Black with #B2CACB
Text Example
Text Example
White with #B2CACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CACB; }
p { color: rgb(178,202,203); }
H1.HeaderClassName
{
color: #B2CACB;
}
.AnyTagClassName
{
color: #B2CACB;
}
</style>
background-color css
<style>
a { background-color: #B2CACB; }
a { background-color: rgb(178,202,203); }
div.DivClassName
{
background-color: #B2CACB;
}
.BgClassName
{
background-color: #B2CACB;
}
</style>
border-color css
<style>
span { border-color: #B2CACB; }
span { border-color: rgb(178,202,203); }
td.TdClassName
{
border-color: #B2CACB;
}
.TagClassName
{
border-color: #B2CACB;
}
</style>