Shades of Jungle Mist #ABBFC0
Tints of Jungle Mist #ABBFC0
RGB
CMYK
RGB Variations
Color information
#ABBFC0 (or 0xABBFC0) is known color: Jungle Mist. HEX triplet: AB, BF and C0. RGB value is (171,191,192). Sum of RGB (Red+Green+Blue) = 171+191+192=554 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.87% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 192 - color contains mainly: blue. Hex color #ABBFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBFC0 is #54403F. Grayscale: #B9B9B9. Windows color (decimal): -5521472 or 12631979. OLE color: 12631979.
HSL color Cylindrical-coordinate representation of color #ABBFC0: hue angle of 182.86º 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 #ABBFC0 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 191 | 192 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.25 |
| HSL | 182.86º | 0.14% | 0.71% | - |
| HSV(B) | 182.86º | 0.11% | 0.75% | - |
| XYZ | 44.94 | 49.73 | 57.1 | - |
| YUV | 185.13 | 131.87 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 191 | 192 | 0.11 | 0.01 | 0 | 0.25 | 182.86 | 0.14 | 0.71 |
| Hex | AB | BF | C0 | B | 1 | 0 | 19 | B7 | E | 47 |
| Octal | 253 | 277 | 300 | 13 | 1 | 0 | 31 | 267 | 16 | 107 |
| Binary | 10101011 | 10111111 | 11000000 | 1011 | 1 | 0 | 11001 | 10110111 | 1110 | 1000111 |
Color Harmonies of #ABBFC0
Complementary color
Monochromatic Colors of #ABBFC0
Black with #ABBFC0
Text Example
Text Example
White with #ABBFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBFC0; }
p { color: rgb(171,191,192); }
H1.HeaderClassName
{
color: #ABBFC0;
}
.AnyTagClassName
{
color: #ABBFC0;
}
</style>
background-color css
<style>
a { background-color: #ABBFC0; }
a { background-color: rgb(171,191,192); }
div.DivClassName
{
background-color: #ABBFC0;
}
.BgClassName
{
background-color: #ABBFC0;
}
</style>
border-color css
<style>
span { border-color: #ABBFC0; }
span { border-color: rgb(171,191,192); }
td.TdClassName
{
border-color: #ABBFC0;
}
.TagClassName
{
border-color: #ABBFC0;
}
</style>