Shades of Jungle Mist #A9BEBC
Tints of Jungle Mist #A9BEBC
RGB
CMYK
RGB Variations
Color information
#A9BEBC (or 0xA9BEBC) is known color: Jungle Mist. HEX triplet: A9, BE and BC. RGB value is (169,190,188). Sum of RGB (Red+Green+Blue) = 169+190+188=547 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.90% from 547); Green value is 190 (74.61% from 255 or 34.73% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 190 - color contains mainly: green. Hex color #A9BEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BEBC is #564143. Grayscale: #B7B7B7. Windows color (decimal): -5652804 or 12369577. OLE color: 12369577.
HSL color Cylindrical-coordinate representation of color #A9BEBC: hue angle of 174.29º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A9BEBC is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 190 | 188 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.25 |
| HSL | 174.29º | 0.14% | 0.7% | - |
| HSV(B) | 174.29º | 0.11% | 0.75% | - |
| XYZ | 43.85 | 48.89 | 54.7 | - |
| YUV | 183.49 | 130.54 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 190 | 188 | 0.11 | 0 | 0.01 | 0.25 | 174.29 | 0.14 | 0.7 |
| Hex | A9 | BE | BC | B | 0 | 1 | 19 | AE | E | 46 |
| Octal | 251 | 276 | 274 | 13 | 0 | 1 | 31 | 256 | 16 | 106 |
| Binary | 10101001 | 10111110 | 10111100 | 1011 | 0 | 1 | 11001 | 10101110 | 1110 | 1000110 |
Color Harmonies of #A9BEBC
Complementary color
Monochromatic Colors of #A9BEBC
Black with #A9BEBC
Text Example
Text Example
White with #A9BEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BEBC; }
p { color: rgb(169,190,188); }
H1.HeaderClassName
{
color: #A9BEBC;
}
.AnyTagClassName
{
color: #A9BEBC;
}
</style>
background-color css
<style>
a { background-color: #A9BEBC; }
a { background-color: rgb(169,190,188); }
div.DivClassName
{
background-color: #A9BEBC;
}
.BgClassName
{
background-color: #A9BEBC;
}
</style>
border-color css
<style>
span { border-color: #A9BEBC; }
span { border-color: rgb(169,190,188); }
td.TdClassName
{
border-color: #A9BEBC;
}
.TagClassName
{
border-color: #A9BEBC;
}
</style>