Shades of Jungle Mist #B3CACB
Tints of Jungle Mist #B3CACB
RGB
CMYK
RGB Variations
Color information
#B3CACB (or 0xB3CACB) is known color: Jungle Mist. HEX triplet: B3, CA and CB. RGB value is (179,202,203). Sum of RGB (Red+Green+Blue) = 179+202+203=584 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.65% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 203 - color contains mainly: blue. Hex color #B3CACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CACB is #4C3534. Grayscale: #C3C3C3. Windows color (decimal): -4994357 or 13355699. OLE color: 13355699.
HSL color Cylindrical-coordinate representation of color #B3CACB: hue angle of 182.5º 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 #B3CACB is Cyan = 0.12, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 202 | 203 | - |
| CMYK | 0.12 | 0.00 | 0 | 0.20 |
| HSL | 182.5º | 0.19% | 0.75% | - |
| HSV(B) | 182.5º | 0.12% | 0.8% | - |
| XYZ | 50.49 | 56.14 | 64.67 | - |
| YUV | 195.24 | 132.38 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 202 | 203 | 0.12 | 0.00 | 0 | 0.20 | 182.5 | 0.19 | 0.75 |
| Hex | B3 | CA | CB | C | 0 | 0 | 14 | B6 | 13 | 4B |
| Octal | 263 | 312 | 313 | 14 | 0 | 0 | 24 | 266 | 23 | 113 |
| Binary | 10110011 | 11001010 | 11001011 | 1100 | 0 | 0 | 10100 | 10110110 | 10011 | 1001011 |
Color Harmonies of #B3CACB
Complementary color
Monochromatic Colors of #B3CACB
Black with #B3CACB
Text Example
Text Example
White with #B3CACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CACB; }
p { color: rgb(179,202,203); }
H1.HeaderClassName
{
color: #B3CACB;
}
.AnyTagClassName
{
color: #B3CACB;
}
</style>
background-color css
<style>
a { background-color: #B3CACB; }
a { background-color: rgb(179,202,203); }
div.DivClassName
{
background-color: #B3CACB;
}
.BgClassName
{
background-color: #B3CACB;
}
</style>
border-color css
<style>
span { border-color: #B3CACB; }
span { border-color: rgb(179,202,203); }
td.TdClassName
{
border-color: #B3CACB;
}
.TagClassName
{
border-color: #B3CACB;
}
</style>