Shades of Jungle Mist #ABBFC1
Tints of Jungle Mist #ABBFC1
RGB
CMYK
RGB Variations
Color information
#ABBFC1 (or 0xABBFC1) is known color: Jungle Mist. HEX triplet: AB, BF and C1. RGB value is (171,191,193). Sum of RGB (Red+Green+Blue) = 171+191+193=555 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.81% from 555); Green value is 191 (75% from 255 or 34.41% from 555); Blue value is 193 (75.78% from 255 or 34.77% from 555); Max value from RGB is 193 - color contains mainly: blue. Hex color #ABBFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBFC1 is #54403E. Grayscale: #B9B9B9. Windows color (decimal): -5521471 or 12697515. OLE color: 12697515.
HSL color Cylindrical-coordinate representation of color #ABBFC1: hue angle of 185.45º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABBFC1 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 191 | 193 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.24 |
| HSL | 185.45º | 0.15% | 0.71% | - |
| HSV(B) | 185.45º | 0.11% | 0.76% | - |
| XYZ | 45.05 | 49.77 | 57.68 | - |
| YUV | 185.25 | 132.37 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 191 | 193 | 0.11 | 0.01 | 0 | 0.24 | 185.45 | 0.15 | 0.71 |
| Hex | AB | BF | C1 | B | 1 | 0 | 18 | B9 | F | 47 |
| Octal | 253 | 277 | 301 | 13 | 1 | 0 | 30 | 271 | 17 | 107 |
| Binary | 10101011 | 10111111 | 11000001 | 1011 | 1 | 0 | 11000 | 10111001 | 1111 | 1000111 |
Color Harmonies of #ABBFC1
Complementary color
Monochromatic Colors of #ABBFC1
Black with #ABBFC1
Text Example
Text Example
White with #ABBFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBFC1; }
p { color: rgb(171,191,193); }
H1.HeaderClassName
{
color: #ABBFC1;
}
.AnyTagClassName
{
color: #ABBFC1;
}
</style>
background-color css
<style>
a { background-color: #ABBFC1; }
a { background-color: rgb(171,191,193); }
div.DivClassName
{
background-color: #ABBFC1;
}
.BgClassName
{
background-color: #ABBFC1;
}
</style>
border-color css
<style>
span { border-color: #ABBFC1; }
span { border-color: rgb(171,191,193); }
td.TdClassName
{
border-color: #ABBFC1;
}
.TagClassName
{
border-color: #ABBFC1;
}
</style>