Shades of Jungle Mist #ABBDBD
Tints of Jungle Mist #ABBDBD
RGB
CMYK
RGB Variations
Color information
#ABBDBD (or 0xABBDBD) is known color: Jungle Mist. HEX triplet: AB, BD and BD. RGB value is (171,189,189). Sum of RGB (Red+Green+Blue) = 171+189+189=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #ABBDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDBD is #544242. Grayscale: #B7B7B7. Windows color (decimal): -5521987 or 12434859. OLE color: 12434859.
HSL color Cylindrical-coordinate representation of color #ABBDBD: hue angle of 180º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABBDBD is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 171 | 189 | 189 | - |
CMYK | 0.10 | 0 | 0 | 0.26 |
HSL | 180º | 0.12% | 0.71% | - |
HSV(B) | 180º | 0.1% | 0.74% | - |
XYZ | 44.18 | 48.73 | 55.22 | - |
YUV | 183.62 | 131.04 | 119 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 189 | 189 | 0.10 | 0 | 0 | 0.26 | 180 | 0.12 | 0.71 |
Hex | AB | BD | BD | A | 0 | 0 | 1A | B4 | C | 47 |
Octal | 253 | 275 | 275 | 12 | 0 | 0 | 32 | 264 | 14 | 107 |
Binary | 10101011 | 10111101 | 10111101 | 1010 | 0 | 0 | 11010 | 10110100 | 1100 | 1000111 |
Color Harmonies of #ABBDBD
Complementary color
Monochromatic Colors of #ABBDBD
Black with #ABBDBD
Text Example
Text Example
White with #ABBDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBDBD; }
p { color: rgb(171,189,189); }
H1.HeaderClassName
{
color: #ABBDBD;
}
.AnyTagClassName
{
color: #ABBDBD;
}
</style>
background-color css
<style>
a { background-color: #ABBDBD; }
a { background-color: rgb(171,189,189); }
div.DivClassName
{
background-color: #ABBDBD;
}
.BgClassName
{
background-color: #ABBDBD;
}
</style>
border-color css
<style>
span { border-color: #ABBDBD; }
span { border-color: rgb(171,189,189); }
td.TdClassName
{
border-color: #ABBDBD;
}
.TagClassName
{
border-color: #ABBDBD;
}
</style>