Shades of Jungle Mist #A8BEBC
Tints of Jungle Mist #A8BEBC
RGB
CMYK
RGB Variations
Color information
#A8BEBC (or 0xA8BEBC) is known color: Jungle Mist. HEX triplet: A8, BE and BC. RGB value is (168,190,188). Sum of RGB (Red+Green+Blue) = 168+190+188=546 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.77% from 546); Green value is 190 (74.61% from 255 or 34.80% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BEBC is #574143. Grayscale: #B7B7B7. Windows color (decimal): -5718340 or 12369576. OLE color: 12369576.
HSL color Cylindrical-coordinate representation of color #A8BEBC: hue angle of 174.55º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8BEBC is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 190 | 188 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.25 |
| HSL | 174.55º | 0.14% | 0.7% | - |
| HSV(B) | 174.55º | 0.12% | 0.75% | - |
| XYZ | 43.64 | 48.78 | 54.69 | - |
| YUV | 183.19 | 130.71 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 190 | 188 | 0.12 | 0 | 0.01 | 0.25 | 174.55 | 0.14 | 0.7 |
| Hex | A8 | BE | BC | C | 0 | 1 | 19 | AF | E | 46 |
| Octal | 250 | 276 | 274 | 14 | 0 | 1 | 31 | 257 | 16 | 106 |
| Binary | 10101000 | 10111110 | 10111100 | 1100 | 0 | 1 | 11001 | 10101111 | 1110 | 1000110 |
Color Harmonies of #A8BEBC
Complementary color
Monochromatic Colors of #A8BEBC
Black with #A8BEBC
Text Example
Text Example
White with #A8BEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BEBC; }
p { color: rgb(168,190,188); }
H1.HeaderClassName
{
color: #A8BEBC;
}
.AnyTagClassName
{
color: #A8BEBC;
}
</style>
background-color css
<style>
a { background-color: #A8BEBC; }
a { background-color: rgb(168,190,188); }
div.DivClassName
{
background-color: #A8BEBC;
}
.BgClassName
{
background-color: #A8BEBC;
}
</style>
border-color css
<style>
span { border-color: #A8BEBC; }
span { border-color: rgb(168,190,188); }
td.TdClassName
{
border-color: #A8BEBC;
}
.TagClassName
{
border-color: #A8BEBC;
}
</style>