Shades of Jungle Mist #ABBCBB
Tints of Jungle Mist #ABBCBB
RGB
CMYK
RGB Variations
Color information
#ABBCBB (or 0xABBCBB) is known color: Jungle Mist. HEX triplet: AB, BC and BB. RGB value is (171,188,187). Sum of RGB (Red+Green+Blue) = 171+188+187=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBCBB is #544344. Grayscale: #B6B6B6. Windows color (decimal): -5522245 or 12303531. OLE color: 12303531.
HSL color Cylindrical-coordinate representation of color #ABBCBB: hue angle of 176.47º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABBCBB is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 188 | 187 | - |
| CMYK | 0.09 | 0 | 0.01 | 0.26 |
| HSL | 176.47º | 0.11% | 0.7% | - |
| HSV(B) | 176.47º | 0.09% | 0.74% | - |
| XYZ | 43.75 | 48.21 | 54.01 | - |
| YUV | 182.8 | 130.37 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 188 | 187 | 0.09 | 0 | 0.01 | 0.26 | 176.47 | 0.11 | 0.7 |
| Hex | AB | BC | BB | 9 | 0 | 1 | 1A | B0 | B | 46 |
| Octal | 253 | 274 | 273 | 11 | 0 | 1 | 32 | 260 | 13 | 106 |
| Binary | 10101011 | 10111100 | 10111011 | 1001 | 0 | 1 | 11010 | 10110000 | 1011 | 1000110 |
Color Harmonies of #ABBCBB
Complementary color
Monochromatic Colors of #ABBCBB
Black with #ABBCBB
Text Example
Text Example
White with #ABBCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBCBB; }
p { color: rgb(171,188,187); }
H1.HeaderClassName
{
color: #ABBCBB;
}
.AnyTagClassName
{
color: #ABBCBB;
}
</style>
background-color css
<style>
a { background-color: #ABBCBB; }
a { background-color: rgb(171,188,187); }
div.DivClassName
{
background-color: #ABBCBB;
}
.BgClassName
{
background-color: #ABBCBB;
}
</style>
border-color css
<style>
span { border-color: #ABBCBB; }
span { border-color: rgb(171,188,187); }
td.TdClassName
{
border-color: #ABBCBB;
}
.TagClassName
{
border-color: #ABBCBB;
}
</style>