Shades of Jungle Mist #AEBDBF
Tints of Jungle Mist #AEBDBF
RGB
CMYK
RGB Variations
Color information
#AEBDBF (or 0xAEBDBF) is known color: Jungle Mist. HEX triplet: AE, BD and BF. RGB value is (174,189,191). Sum of RGB (Red+Green+Blue) = 174+189+191=554 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.41% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 191 (75% from 255 or 34.48% from 554); Max value from RGB is 191 - color contains mainly: blue. Hex color #AEBDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDBF is #514240. Grayscale: #B8B8B8. Windows color (decimal): -5325377 or 12565934. OLE color: 12565934.
HSL color Cylindrical-coordinate representation of color #AEBDBF: hue angle of 187.06º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AEBDBF is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 174 | 189 | 191 | - |
CMYK | 0.09 | 0.01 | 0 | 0.25 |
HSL | 187.06º | 0.12% | 0.72% | - |
HSV(B) | 187.06º | 0.09% | 0.75% | - |
XYZ | 45.06 | 49.16 | 56.4 | - |
YUV | 184.74 | 131.53 | 120.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 189 | 191 | 0.09 | 0.01 | 0 | 0.25 | 187.06 | 0.12 | 0.72 |
Hex | AE | BD | BF | 9 | 1 | 0 | 19 | BB | C | 48 |
Octal | 256 | 275 | 277 | 11 | 1 | 0 | 31 | 273 | 14 | 110 |
Binary | 10101110 | 10111101 | 10111111 | 1001 | 1 | 0 | 11001 | 10111011 | 1100 | 1001000 |
Color Harmonies of #AEBDBF
Complementary color
Monochromatic Colors of #AEBDBF
Black with #AEBDBF
Text Example
Text Example
White with #AEBDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBDBF; }
p { color: rgb(174,189,191); }
H1.HeaderClassName
{
color: #AEBDBF;
}
.AnyTagClassName
{
color: #AEBDBF;
}
</style>
background-color css
<style>
a { background-color: #AEBDBF; }
a { background-color: rgb(174,189,191); }
div.DivClassName
{
background-color: #AEBDBF;
}
.BgClassName
{
background-color: #AEBDBF;
}
</style>
border-color css
<style>
span { border-color: #AEBDBF; }
span { border-color: rgb(174,189,191); }
td.TdClassName
{
border-color: #AEBDBF;
}
.TagClassName
{
border-color: #AEBDBF;
}
</style>