Shades of Jungle Mist #A0BCBD
Tints of Jungle Mist #A0BCBD
RGB
CMYK
RGB Variations
Color information
#A0BCBD (or 0xA0BCBD) is known color: Jungle Mist. HEX triplet: A0, BC and BD. RGB value is (160,188,189). Sum of RGB (Red+Green+Blue) = 160+188+189=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 189 - color contains mainly: blue. Hex color #A0BCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BCBD is #5F4342. Grayscale: #B3B3B3. Windows color (decimal): -6243139 or 12434592. OLE color: 12434592.
HSL color Cylindrical-coordinate representation of color #A0BCBD: hue angle of 182.07º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0BCBD is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 188 | 189 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.26 |
| HSL | 182.07º | 0.18% | 0.68% | - |
| HSV(B) | 182.07º | 0.15% | 0.74% | - |
| XYZ | 41.67 | 47.11 | 55.04 | - |
| YUV | 179.74 | 133.22 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 189 | 0.15 | 0.01 | 0 | 0.26 | 182.07 | 0.18 | 0.68 |
| Hex | A0 | BC | BD | F | 1 | 0 | 1A | B6 | 12 | 44 |
| Octal | 240 | 274 | 275 | 17 | 1 | 0 | 32 | 266 | 22 | 104 |
| Binary | 10100000 | 10111100 | 10111101 | 1111 | 1 | 0 | 11010 | 10110110 | 10010 | 1000100 |
Color Harmonies of #A0BCBD
Complementary color
Monochromatic Colors of #A0BCBD
Black with #A0BCBD
Text Example
Text Example
White with #A0BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BCBD; }
p { color: rgb(160,188,189); }
H1.HeaderClassName
{
color: #A0BCBD;
}
.AnyTagClassName
{
color: #A0BCBD;
}
</style>
background-color css
<style>
a { background-color: #A0BCBD; }
a { background-color: rgb(160,188,189); }
div.DivClassName
{
background-color: #A0BCBD;
}
.BgClassName
{
background-color: #A0BCBD;
}
</style>
border-color css
<style>
span { border-color: #A0BCBD; }
span { border-color: rgb(160,188,189); }
td.TdClassName
{
border-color: #A0BCBD;
}
.TagClassName
{
border-color: #A0BCBD;
}
</style>