Shades of Jungle Mist #BACCCB
Tints of Jungle Mist #BACCCB
RGB
CMYK
RGB Variations
Color information
#BACCCB (or 0xBACCCB) is known color: Jungle Mist. HEX triplet: BA, CC and CB. RGB value is (186,204,203). Sum of RGB (Red+Green+Blue) = 186+204+203=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 204 - color contains mainly: green. Hex color #BACCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCCB is #453334. Grayscale: #C6C6C6. Windows color (decimal): -4535093 or 13356218. OLE color: 13356218.
HSL color Cylindrical-coordinate representation of color #BACCCB: hue angle of 176.67º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BACCCB is Cyan = 0.09, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 204 | 203 | - |
| CMYK | 0.09 | 0 | 0.00 | 0.2 |
| HSL | 176.67º | 0.15% | 0.76% | - |
| HSV(B) | 176.67º | 0.09% | 0.8% | - |
| XYZ | 52.62 | 57.94 | 64.91 | - |
| YUV | 198.5 | 130.54 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 204 | 203 | 0.09 | 0 | 0.00 | 0.2 | 176.67 | 0.15 | 0.76 |
| Hex | BA | CC | CB | 9 | 0 | 0 | 14 | B1 | F | 4C |
| Octal | 272 | 314 | 313 | 11 | 0 | 0 | 24 | 261 | 17 | 114 |
| Binary | 10111010 | 11001100 | 11001011 | 1001 | 0 | 0 | 10100 | 10110001 | 1111 | 1001100 |
Color Harmonies of #BACCCB
Complementary color
Monochromatic Colors of #BACCCB
Black with #BACCCB
Text Example
Text Example
White with #BACCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACCCB; }
p { color: rgb(186,204,203); }
H1.HeaderClassName
{
color: #BACCCB;
}
.AnyTagClassName
{
color: #BACCCB;
}
</style>
background-color css
<style>
a { background-color: #BACCCB; }
a { background-color: rgb(186,204,203); }
div.DivClassName
{
background-color: #BACCCB;
}
.BgClassName
{
background-color: #BACCCB;
}
</style>
border-color css
<style>
span { border-color: #BACCCB; }
span { border-color: rgb(186,204,203); }
td.TdClassName
{
border-color: #BACCCB;
}
.TagClassName
{
border-color: #BACCCB;
}
</style>