Shades of Jungle Mist #A0BFC1
Tints of Jungle Mist #A0BFC1
RGB
CMYK
RGB Variations
Color information
#A0BFC1 (or 0xA0BFC1) is known color: Jungle Mist. HEX triplet: A0, BF and C1. RGB value is (160,191,193). Sum of RGB (Red+Green+Blue) = 160+191+193=544 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.41% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 193 - color contains mainly: blue. Hex color #A0BFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BFC1 is #5F403E. Grayscale: #B5B5B5. Windows color (decimal): -6242367 or 12697504. OLE color: 12697504.
HSL color Cylindrical-coordinate representation of color #A0BFC1: hue angle of 183.64º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A0BFC1 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 191 | 193 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.24 |
| HSL | 183.64º | 0.21% | 0.69% | - |
| HSV(B) | 183.64º | 0.17% | 0.76% | - |
| XYZ | 42.75 | 48.59 | 57.58 | - |
| YUV | 181.96 | 134.23 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 191 | 193 | 0.17 | 0.01 | 0 | 0.24 | 183.64 | 0.21 | 0.69 |
| Hex | A0 | BF | C1 | 11 | 1 | 0 | 18 | B8 | 15 | 45 |
| Octal | 240 | 277 | 301 | 21 | 1 | 0 | 30 | 270 | 25 | 105 |
| Binary | 10100000 | 10111111 | 11000001 | 10001 | 1 | 0 | 11000 | 10111000 | 10101 | 1000101 |
Color Harmonies of #A0BFC1
Complementary color
Monochromatic Colors of #A0BFC1
Black with #A0BFC1
Text Example
Text Example
White with #A0BFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BFC1; }
p { color: rgb(160,191,193); }
H1.HeaderClassName
{
color: #A0BFC1;
}
.AnyTagClassName
{
color: #A0BFC1;
}
</style>
background-color css
<style>
a { background-color: #A0BFC1; }
a { background-color: rgb(160,191,193); }
div.DivClassName
{
background-color: #A0BFC1;
}
.BgClassName
{
background-color: #A0BFC1;
}
</style>
border-color css
<style>
span { border-color: #A0BFC1; }
span { border-color: rgb(160,191,193); }
td.TdClassName
{
border-color: #A0BFC1;
}
.TagClassName
{
border-color: #A0BFC1;
}
</style>