Shades of Jungle Mist #AECBCF
Tints of Jungle Mist #AECBCF
RGB
CMYK
RGB Variations
Color information
#AECBCF (or 0xAECBCF) is known color: Jungle Mist. HEX triplet: AE, CB and CF. RGB value is (174,203,207). Sum of RGB (Red+Green+Blue) = 174+203+207=584 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.79% from 584); Green value is 203 (79.69% from 255 or 34.76% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 207 - color contains mainly: blue. Hex color #AECBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECBCF is #513430. Grayscale: #C2C2C2. Windows color (decimal): -5321777 or 13618094. OLE color: 13618094.
HSL color Cylindrical-coordinate representation of color #AECBCF: hue angle of 187.27º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AECBCF is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 203 | 207 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.19 |
| HSL | 187.27º | 0.26% | 0.75% | - |
| HSV(B) | 187.27º | 0.16% | 0.81% | - |
| XYZ | 50.07 | 56.22 | 67.24 | - |
| YUV | 194.79 | 134.89 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 207 | 0.16 | 0.02 | 0 | 0.19 | 187.27 | 0.26 | 0.75 |
| Hex | AE | CB | CF | 10 | 2 | 0 | 13 | BB | 1A | 4B |
| Octal | 256 | 313 | 317 | 20 | 2 | 0 | 23 | 273 | 32 | 113 |
| Binary | 10101110 | 11001011 | 11001111 | 10000 | 10 | 0 | 10011 | 10111011 | 11010 | 1001011 |
Color Harmonies of #AECBCF
Complementary color
Monochromatic Colors of #AECBCF
Black with #AECBCF
Text Example
Text Example
White with #AECBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECBCF; }
p { color: rgb(174,203,207); }
H1.HeaderClassName
{
color: #AECBCF;
}
.AnyTagClassName
{
color: #AECBCF;
}
</style>
background-color css
<style>
a { background-color: #AECBCF; }
a { background-color: rgb(174,203,207); }
div.DivClassName
{
background-color: #AECBCF;
}
.BgClassName
{
background-color: #AECBCF;
}
</style>
border-color css
<style>
span { border-color: #AECBCF; }
span { border-color: rgb(174,203,207); }
td.TdClassName
{
border-color: #AECBCF;
}
.TagClassName
{
border-color: #AECBCF;
}
</style>