Shades of Jungle Mist #ABBEC0
Tints of Jungle Mist #ABBEC0
RGB
CMYK
RGB Variations
Color information
#ABBEC0 (or 0xABBEC0) is known color: Jungle Mist. HEX triplet: AB, BE and C0. RGB value is (171,190,192). Sum of RGB (Red+Green+Blue) = 171+190+192=553 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.92% from 553); Green value is 190 (74.61% from 255 or 34.36% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 192 - color contains mainly: blue. Hex color #ABBEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBEC0 is #54413F. Grayscale: #B8B8B8. Windows color (decimal): -5521728 or 12631723. OLE color: 12631723.
HSL color Cylindrical-coordinate representation of color #ABBEC0: hue angle of 185.71º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABBEC0 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 190 | 192 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.25 |
| HSL | 185.71º | 0.14% | 0.71% | - |
| HSV(B) | 185.71º | 0.11% | 0.75% | - |
| XYZ | 44.72 | 49.29 | 57.03 | - |
| YUV | 184.55 | 132.21 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 190 | 192 | 0.11 | 0.01 | 0 | 0.25 | 185.71 | 0.14 | 0.71 |
| Hex | AB | BE | C0 | B | 1 | 0 | 19 | BA | E | 47 |
| Octal | 253 | 276 | 300 | 13 | 1 | 0 | 31 | 272 | 16 | 107 |
| Binary | 10101011 | 10111110 | 11000000 | 1011 | 1 | 0 | 11001 | 10111010 | 1110 | 1000111 |
Color Harmonies of #ABBEC0
Complementary color
Monochromatic Colors of #ABBEC0
Black with #ABBEC0
Text Example
Text Example
White with #ABBEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBEC0; }
p { color: rgb(171,190,192); }
H1.HeaderClassName
{
color: #ABBEC0;
}
.AnyTagClassName
{
color: #ABBEC0;
}
</style>
background-color css
<style>
a { background-color: #ABBEC0; }
a { background-color: rgb(171,190,192); }
div.DivClassName
{
background-color: #ABBEC0;
}
.BgClassName
{
background-color: #ABBEC0;
}
</style>
border-color css
<style>
span { border-color: #ABBEC0; }
span { border-color: rgb(171,190,192); }
td.TdClassName
{
border-color: #ABBEC0;
}
.TagClassName
{
border-color: #ABBEC0;
}
</style>