Shades of Jungle Mist #AABCBC
Tints of Jungle Mist #AABCBC
RGB
CMYK
RGB Variations
Color information
#AABCBC (or 0xAABCBC) is known color: Jungle Mist. HEX triplet: AA, BC and BC. RGB value is (170,188,188). Sum of RGB (Red+Green+Blue) = 170+188+188=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #AABCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCBC is #554343. Grayscale: #B6B6B6. Windows color (decimal): -5587780 or 12369066. OLE color: 12369066.
HSL color Cylindrical-coordinate representation of color #AABCBC: hue angle of 180º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AABCBC is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 188 | 188 | - |
| CMYK | 0.10 | 0 | 0 | 0.26 |
| HSL | 180º | 0.12% | 0.7% | - |
| HSV(B) | 180º | 0.1% | 0.74% | - |
| XYZ | 43.64 | 48.14 | 54.57 | - |
| YUV | 182.62 | 131.04 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 188 | 0.10 | 0 | 0 | 0.26 | 180 | 0.12 | 0.7 |
| Hex | AA | BC | BC | A | 0 | 0 | 1A | B4 | C | 46 |
| Octal | 252 | 274 | 274 | 12 | 0 | 0 | 32 | 264 | 14 | 106 |
| Binary | 10101010 | 10111100 | 10111100 | 1010 | 0 | 0 | 11010 | 10110100 | 1100 | 1000110 |
Color Harmonies of #AABCBC
Complementary color
Monochromatic Colors of #AABCBC
Black with #AABCBC
Text Example
Text Example
White with #AABCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABCBC; }
p { color: rgb(170,188,188); }
H1.HeaderClassName
{
color: #AABCBC;
}
.AnyTagClassName
{
color: #AABCBC;
}
</style>
background-color css
<style>
a { background-color: #AABCBC; }
a { background-color: rgb(170,188,188); }
div.DivClassName
{
background-color: #AABCBC;
}
.BgClassName
{
background-color: #AABCBC;
}
</style>
border-color css
<style>
span { border-color: #AABCBC; }
span { border-color: rgb(170,188,188); }
td.TdClassName
{
border-color: #AABCBC;
}
.TagClassName
{
border-color: #AABCBC;
}
</style>