Shades of Jungle Mist #A8BEBF
Tints of Jungle Mist #A8BEBF
RGB
CMYK
RGB Variations
Color information
#A8BEBF (or 0xA8BEBF) is known color: Jungle Mist. HEX triplet: A8, BE and BF. RGB value is (168,190,191). Sum of RGB (Red+Green+Blue) = 168+190+191=549 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.60% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 191 - color contains mainly: blue. Hex color #A8BEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BEBF is #574140. Grayscale: #B7B7B7. Windows color (decimal): -5718337 or 12566184. OLE color: 12566184.
HSL color Cylindrical-coordinate representation of color #A8BEBF: hue angle of 182.61º degrees, saturation: 0.15, 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 #A8BEBF is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 190 | 191 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.25 |
| HSL | 182.61º | 0.15% | 0.7% | - |
| HSV(B) | 182.61º | 0.12% | 0.75% | - |
| XYZ | 43.97 | 48.91 | 56.41 | - |
| YUV | 183.54 | 132.21 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 190 | 191 | 0.12 | 0.01 | 0 | 0.25 | 182.61 | 0.15 | 0.7 |
| Hex | A8 | BE | BF | C | 1 | 0 | 19 | B7 | F | 46 |
| Octal | 250 | 276 | 277 | 14 | 1 | 0 | 31 | 267 | 17 | 106 |
| Binary | 10101000 | 10111110 | 10111111 | 1100 | 1 | 0 | 11001 | 10110111 | 1111 | 1000110 |
Color Harmonies of #A8BEBF
Complementary color
Monochromatic Colors of #A8BEBF
Black with #A8BEBF
Text Example
Text Example
White with #A8BEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BEBF; }
p { color: rgb(168,190,191); }
H1.HeaderClassName
{
color: #A8BEBF;
}
.AnyTagClassName
{
color: #A8BEBF;
}
</style>
background-color css
<style>
a { background-color: #A8BEBF; }
a { background-color: rgb(168,190,191); }
div.DivClassName
{
background-color: #A8BEBF;
}
.BgClassName
{
background-color: #A8BEBF;
}
</style>
border-color css
<style>
span { border-color: #A8BEBF; }
span { border-color: rgb(168,190,191); }
td.TdClassName
{
border-color: #A8BEBF;
}
.TagClassName
{
border-color: #A8BEBF;
}
</style>