Shades of Jungle Mist #A8BEC0
Tints of Jungle Mist #A8BEC0
RGB
CMYK
RGB Variations
Color information
#A8BEC0 (or 0xA8BEC0) is known color: Jungle Mist. HEX triplet: A8, BE and C0. RGB value is (168,190,192). Sum of RGB (Red+Green+Blue) = 168+190+192=550 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.55% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 192 (75.39% from 255 or 34.91% from 550); Max value from RGB is 192 - color contains mainly: blue. Hex color #A8BEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BEC0 is #57413F. Grayscale: #B7B7B7. Windows color (decimal): -5718336 or 12631720. OLE color: 12631720.
HSL color Cylindrical-coordinate representation of color #A8BEC0: hue angle of 185º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8BEC0 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 190 | 192 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.25 |
| HSL | 185º | 0.16% | 0.71% | - |
| HSV(B) | 185º | 0.13% | 0.75% | - |
| XYZ | 44.08 | 48.96 | 57 | - |
| YUV | 183.65 | 132.71 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 190 | 192 | 0.12 | 0.01 | 0 | 0.25 | 185 | 0.16 | 0.71 |
| Hex | A8 | BE | C0 | C | 1 | 0 | 19 | B9 | 10 | 47 |
| Octal | 250 | 276 | 300 | 14 | 1 | 0 | 31 | 271 | 20 | 107 |
| Binary | 10101000 | 10111110 | 11000000 | 1100 | 1 | 0 | 11001 | 10111001 | 10000 | 1000111 |
Color Harmonies of #A8BEC0
Complementary color
Monochromatic Colors of #A8BEC0
Black with #A8BEC0
Text Example
Text Example
White with #A8BEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BEC0; }
p { color: rgb(168,190,192); }
H1.HeaderClassName
{
color: #A8BEC0;
}
.AnyTagClassName
{
color: #A8BEC0;
}
</style>
background-color css
<style>
a { background-color: #A8BEC0; }
a { background-color: rgb(168,190,192); }
div.DivClassName
{
background-color: #A8BEC0;
}
.BgClassName
{
background-color: #A8BEC0;
}
</style>
border-color css
<style>
span { border-color: #A8BEC0; }
span { border-color: rgb(168,190,192); }
td.TdClassName
{
border-color: #A8BEC0;
}
.TagClassName
{
border-color: #A8BEC0;
}
</style>