Shades of Jungle Mist #BAC8C7
Tints of Jungle Mist #BAC8C7
RGB
CMYK
RGB Variations
Color information
#BAC8C7 (or 0xBAC8C7) is known color: Jungle Mist. HEX triplet: BA, C8 and C7. RGB value is (186,200,199). Sum of RGB (Red+Green+Blue) = 186+200+199=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 200 (78.52% from 255 or 34.19% from 585); Blue value is 199 (78.12% from 255 or 34.02% from 585); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC8C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC8C7 is #453738. Grayscale: #C3C3C3. Windows color (decimal): -4536121 or 13093050. OLE color: 13093050.
HSL color Cylindrical-coordinate representation of color #BAC8C7: hue angle of 175.71º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BAC8C7 is Cyan = 0.07, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 199 | - |
| CMYK | 0.07 | 0 | 0.00 | 0.22 |
| HSL | 175.71º | 0.11% | 0.76% | - |
| HSV(B) | 175.71º | 0.07% | 0.78% | - |
| XYZ | 51.21 | 55.87 | 62.12 | - |
| YUV | 195.7 | 129.86 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 199 | 0.07 | 0 | 0.00 | 0.22 | 175.71 | 0.11 | 0.76 |
| Hex | BA | C8 | C7 | 7 | 0 | 0 | 16 | B0 | B | 4C |
| Octal | 272 | 310 | 307 | 7 | 0 | 0 | 26 | 260 | 13 | 114 |
| Binary | 10111010 | 11001000 | 11000111 | 111 | 0 | 0 | 10110 | 10110000 | 1011 | 1001100 |
Color Harmonies of #BAC8C7
Complementary color
Monochromatic Colors of #BAC8C7
Black with #BAC8C7
Text Example
Text Example
White with #BAC8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC8C7; }
p { color: rgb(186,200,199); }
H1.HeaderClassName
{
color: #BAC8C7;
}
.AnyTagClassName
{
color: #BAC8C7;
}
</style>
background-color css
<style>
a { background-color: #BAC8C7; }
a { background-color: rgb(186,200,199); }
div.DivClassName
{
background-color: #BAC8C7;
}
.BgClassName
{
background-color: #BAC8C7;
}
</style>
border-color css
<style>
span { border-color: #BAC8C7; }
span { border-color: rgb(186,200,199); }
td.TdClassName
{
border-color: #BAC8C7;
}
.TagClassName
{
border-color: #BAC8C7;
}
</style>