Shades of Jungle Mist #A0BDBC
Tints of Jungle Mist #A0BDBC
RGB
CMYK
RGB Variations
Color information
#A0BDBC (or 0xA0BDBC) is known color: Jungle Mist. HEX triplet: A0, BD and BC. RGB value is (160,189,188). Sum of RGB (Red+Green+Blue) = 160+189+188=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BDBC is #5F4243. Grayscale: #B4B4B4. Windows color (decimal): -6242884 or 12369312. OLE color: 12369312.
HSL color Cylindrical-coordinate representation of color #A0BDBC: hue angle of 177.93º 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 #A0BDBC is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 189 | 188 | - |
| CMYK | 0.15 | 0 | 0.01 | 0.26 |
| HSL | 177.93º | 0.18% | 0.68% | - |
| HSV(B) | 177.93º | 0.15% | 0.74% | - |
| XYZ | 41.77 | 47.5 | 54.54 | - |
| YUV | 180.22 | 132.39 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 189 | 188 | 0.15 | 0 | 0.01 | 0.26 | 177.93 | 0.18 | 0.68 |
| Hex | A0 | BD | BC | F | 0 | 1 | 1A | B2 | 12 | 44 |
| Octal | 240 | 275 | 274 | 17 | 0 | 1 | 32 | 262 | 22 | 104 |
| Binary | 10100000 | 10111101 | 10111100 | 1111 | 0 | 1 | 11010 | 10110010 | 10010 | 1000100 |
Color Harmonies of #A0BDBC
Complementary color
Monochromatic Colors of #A0BDBC
Black with #A0BDBC
Text Example
Text Example
White with #A0BDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BDBC; }
p { color: rgb(160,189,188); }
H1.HeaderClassName
{
color: #A0BDBC;
}
.AnyTagClassName
{
color: #A0BDBC;
}
</style>
background-color css
<style>
a { background-color: #A0BDBC; }
a { background-color: rgb(160,189,188); }
div.DivClassName
{
background-color: #A0BDBC;
}
.BgClassName
{
background-color: #A0BDBC;
}
</style>
border-color css
<style>
span { border-color: #A0BDBC; }
span { border-color: rgb(160,189,188); }
td.TdClassName
{
border-color: #A0BDBC;
}
.TagClassName
{
border-color: #A0BDBC;
}
</style>