Shades of Jungle Mist #ABBFBD
Tints of Jungle Mist #ABBFBD
RGB
CMYK
RGB Variations
Color information
#ABBFBD (or 0xABBFBD) is known color: Jungle Mist. HEX triplet: AB, BF and BD. RGB value is (171,191,189). Sum of RGB (Red+Green+Blue) = 171+191+189=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 189 (74.22% from 255 or 34.30% from 551); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBFBD is #544042. Grayscale: #B8B8B8. Windows color (decimal): -5521475 or 12435371. OLE color: 12435371.
HSL color Cylindrical-coordinate representation of color #ABBFBD: hue angle of 174º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABBFBD is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 191 | 189 | - |
| CMYK | 0.10 | 0 | 0.01 | 0.25 |
| HSL | 174º | 0.14% | 0.71% | - |
| HSV(B) | 174º | 0.1% | 0.75% | - |
| XYZ | 44.61 | 49.59 | 55.37 | - |
| YUV | 184.79 | 130.37 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 191 | 189 | 0.10 | 0 | 0.01 | 0.25 | 174 | 0.14 | 0.71 |
| Hex | AB | BF | BD | A | 0 | 1 | 19 | AE | E | 47 |
| Octal | 253 | 277 | 275 | 12 | 0 | 1 | 31 | 256 | 16 | 107 |
| Binary | 10101011 | 10111111 | 10111101 | 1010 | 0 | 1 | 11001 | 10101110 | 1110 | 1000111 |
Color Harmonies of #ABBFBD
Complementary color
Monochromatic Colors of #ABBFBD
Black with #ABBFBD
Text Example
Text Example
White with #ABBFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBFBD; }
p { color: rgb(171,191,189); }
H1.HeaderClassName
{
color: #ABBFBD;
}
.AnyTagClassName
{
color: #ABBFBD;
}
</style>
background-color css
<style>
a { background-color: #ABBFBD; }
a { background-color: rgb(171,191,189); }
div.DivClassName
{
background-color: #ABBFBD;
}
.BgClassName
{
background-color: #ABBFBD;
}
</style>
border-color css
<style>
span { border-color: #ABBFBD; }
span { border-color: rgb(171,191,189); }
td.TdClassName
{
border-color: #ABBFBD;
}
.TagClassName
{
border-color: #ABBFBD;
}
</style>