Shades of Jungle Mist #BACCCF
Tints of Jungle Mist #BACCCF
RGB
CMYK
RGB Variations
Color information
#BACCCF (or 0xBACCCF) is known color: Jungle Mist. HEX triplet: BA, CC and CF. RGB value is (186,204,207). Sum of RGB (Red+Green+Blue) = 186+204+207=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 207 - color contains mainly: blue. Hex color #BACCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCCF is #453330. Grayscale: #C6C6C6. Windows color (decimal): -4535089 or 13618362. OLE color: 13618362.
HSL color Cylindrical-coordinate representation of color #BACCCF: hue angle of 188.57º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BACCCF is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 204 | 207 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.19 |
| HSL | 188.57º | 0.18% | 0.77% | - |
| HSV(B) | 188.57º | 0.1% | 0.81% | - |
| XYZ | 53.11 | 58.13 | 67.45 | - |
| YUV | 198.96 | 132.54 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 204 | 207 | 0.10 | 0.01 | 0 | 0.19 | 188.57 | 0.18 | 0.77 |
| Hex | BA | CC | CF | A | 1 | 0 | 13 | BD | 12 | 4D |
| Octal | 272 | 314 | 317 | 12 | 1 | 0 | 23 | 275 | 22 | 115 |
| Binary | 10111010 | 11001100 | 11001111 | 1010 | 1 | 0 | 10011 | 10111101 | 10010 | 1001101 |
Color Harmonies of #BACCCF
Complementary color
Monochromatic Colors of #BACCCF
Black with #BACCCF
Text Example
Text Example
White with #BACCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACCCF; }
p { color: rgb(186,204,207); }
H1.HeaderClassName
{
color: #BACCCF;
}
.AnyTagClassName
{
color: #BACCCF;
}
</style>
background-color css
<style>
a { background-color: #BACCCF; }
a { background-color: rgb(186,204,207); }
div.DivClassName
{
background-color: #BACCCF;
}
.BgClassName
{
background-color: #BACCCF;
}
</style>
border-color css
<style>
span { border-color: #BACCCF; }
span { border-color: rgb(186,204,207); }
td.TdClassName
{
border-color: #BACCCF;
}
.TagClassName
{
border-color: #BACCCF;
}
</style>