Shades of Jungle Mist #A6BFBE
Tints of Jungle Mist #A6BFBE
RGB
CMYK
RGB Variations
Color information
#A6BFBE (or 0xA6BFBE) is known color: Jungle Mist. HEX triplet: A6, BF and BE. RGB value is (166,191,190). Sum of RGB (Red+Green+Blue) = 166+191+190=547 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.35% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BFBE is #594041. Grayscale: #B7B7B7. Windows color (decimal): -5849154 or 12500902. OLE color: 12500902.
HSL color Cylindrical-coordinate representation of color #A6BFBE: hue angle of 177.6º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A6BFBE is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 191 | 190 | - |
| CMYK | 0.13 | 0 | 0.01 | 0.25 |
| HSL | 177.6º | 0.16% | 0.7% | - |
| HSV(B) | 177.6º | 0.13% | 0.75% | - |
| XYZ | 43.65 | 49.09 | 55.89 | - |
| YUV | 183.41 | 131.72 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 191 | 190 | 0.13 | 0 | 0.01 | 0.25 | 177.6 | 0.16 | 0.7 |
| Hex | A6 | BF | BE | D | 0 | 1 | 19 | B2 | 10 | 46 |
| Octal | 246 | 277 | 276 | 15 | 0 | 1 | 31 | 262 | 20 | 106 |
| Binary | 10100110 | 10111111 | 10111110 | 1101 | 0 | 1 | 11001 | 10110010 | 10000 | 1000110 |
Color Harmonies of #A6BFBE
Complementary color
Monochromatic Colors of #A6BFBE
Black with #A6BFBE
Text Example
Text Example
White with #A6BFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BFBE; }
p { color: rgb(166,191,190); }
H1.HeaderClassName
{
color: #A6BFBE;
}
.AnyTagClassName
{
color: #A6BFBE;
}
</style>
background-color css
<style>
a { background-color: #A6BFBE; }
a { background-color: rgb(166,191,190); }
div.DivClassName
{
background-color: #A6BFBE;
}
.BgClassName
{
background-color: #A6BFBE;
}
</style>
border-color css
<style>
span { border-color: #A6BFBE; }
span { border-color: rgb(166,191,190); }
td.TdClassName
{
border-color: #A6BFBE;
}
.TagClassName
{
border-color: #A6BFBE;
}
</style>