Shades of Jungle Mist #A0BFC3
Tints of Jungle Mist #A0BFC3
RGB
CMYK
RGB Variations
Color information
#A0BFC3 (or 0xA0BFC3) is known color: Jungle Mist. HEX triplet: A0, BF and C3. RGB value is (160,191,195). Sum of RGB (Red+Green+Blue) = 160+191+195=546 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.30% from 546); Green value is 191 (75% from 255 or 34.98% from 546); Blue value is 195 (76.56% from 255 or 35.71% from 546); Max value from RGB is 195 - color contains mainly: blue. Hex color #A0BFC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BFC3 is #5F403C. Grayscale: #B6B6B6. Windows color (decimal): -6242365 or 12828576. OLE color: 12828576.
HSL color Cylindrical-coordinate representation of color #A0BFC3: hue angle of 186.86º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A0BFC3 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 191 | 195 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.24 |
| HSL | 186.86º | 0.23% | 0.7% | - |
| HSV(B) | 186.86º | 0.18% | 0.76% | - |
| XYZ | 42.98 | 48.68 | 58.76 | - |
| YUV | 182.19 | 135.23 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 191 | 195 | 0.18 | 0.02 | 0 | 0.24 | 186.86 | 0.23 | 0.7 |
| Hex | A0 | BF | C3 | 12 | 2 | 0 | 18 | BB | 17 | 46 |
| Octal | 240 | 277 | 303 | 22 | 2 | 0 | 30 | 273 | 27 | 106 |
| Binary | 10100000 | 10111111 | 11000011 | 10010 | 10 | 0 | 11000 | 10111011 | 10111 | 1000110 |
Color Harmonies of #A0BFC3
Complementary color
Monochromatic Colors of #A0BFC3
Black with #A0BFC3
Text Example
Text Example
White with #A0BFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BFC3; }
p { color: rgb(160,191,195); }
H1.HeaderClassName
{
color: #A0BFC3;
}
.AnyTagClassName
{
color: #A0BFC3;
}
</style>
background-color css
<style>
a { background-color: #A0BFC3; }
a { background-color: rgb(160,191,195); }
div.DivClassName
{
background-color: #A0BFC3;
}
.BgClassName
{
background-color: #A0BFC3;
}
</style>
border-color css
<style>
span { border-color: #A0BFC3; }
span { border-color: rgb(160,191,195); }
td.TdClassName
{
border-color: #A0BFC3;
}
.TagClassName
{
border-color: #A0BFC3;
}
</style>