Shades of Jungle Mist #A6BBBC
Tints of Jungle Mist #A6BBBC
RGB
CMYK
RGB Variations
Color information
#A6BBBC (or 0xA6BBBC) is known color: Jungle Mist. HEX triplet: A6, BB and BC. RGB value is (166,187,188). Sum of RGB (Red+Green+Blue) = 166+187+188=541 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.68% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 188 - color contains mainly: blue. Hex color #A6BBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BBBC is #594443. Grayscale: #B4B4B4. Windows color (decimal): -5850180 or 12368806. OLE color: 12368806.
HSL color Cylindrical-coordinate representation of color #A6BBBC: hue angle of 182.73º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A6BBBC is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 187 | 188 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.26 |
| HSL | 182.73º | 0.14% | 0.69% | - |
| HSV(B) | 182.73º | 0.12% | 0.74% | - |
| XYZ | 42.57 | 47.28 | 54.46 | - |
| YUV | 180.84 | 132.04 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 187 | 188 | 0.12 | 0.01 | 0 | 0.26 | 182.73 | 0.14 | 0.69 |
| Hex | A6 | BB | BC | C | 1 | 0 | 1A | B7 | E | 45 |
| Octal | 246 | 273 | 274 | 14 | 1 | 0 | 32 | 267 | 16 | 105 |
| Binary | 10100110 | 10111011 | 10111100 | 1100 | 1 | 0 | 11010 | 10110111 | 1110 | 1000101 |
Color Harmonies of #A6BBBC
Complementary color
Monochromatic Colors of #A6BBBC
Black with #A6BBBC
Text Example
Text Example
White with #A6BBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BBBC; }
p { color: rgb(166,187,188); }
H1.HeaderClassName
{
color: #A6BBBC;
}
.AnyTagClassName
{
color: #A6BBBC;
}
</style>
background-color css
<style>
a { background-color: #A6BBBC; }
a { background-color: rgb(166,187,188); }
div.DivClassName
{
background-color: #A6BBBC;
}
.BgClassName
{
background-color: #A6BBBC;
}
</style>
border-color css
<style>
span { border-color: #A6BBBC; }
span { border-color: rgb(166,187,188); }
td.TdClassName
{
border-color: #A6BBBC;
}
.TagClassName
{
border-color: #A6BBBC;
}
</style>