Shades of Nebula #AEC6B9
Tints of Nebula #AEC6B9
RGB
CMYK
RGB Variations
Color information
#AEC6B9 (or 0xAEC6B9) is known color: Nebula. HEX triplet: AE, C6 and B9. RGB value is (174,198,185). Sum of RGB (Red+Green+Blue) = 174+198+185=557 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.24% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 185 (72.66% from 255 or 33.21% from 557); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC6B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC6B9 is #513946. Grayscale: #BDBDBD. Windows color (decimal): -5323079 or 12175022. OLE color: 12175022.
HSL color Cylindrical-coordinate representation of color #AEC6B9: hue angle of 147.5º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEC6B9 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
RGB | 174 | 198 | 185 | - |
CMYK | 0.12 | 0 | 0.07 | 0.22 |
HSL | 147.5º | 0.17% | 0.73% | - |
HSV(B) | 147.5º | 0.12% | 0.78% | - |
XYZ | 46.41 | 52.89 | 53.66 | - |
YUV | 189.34 | 125.55 | 117.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 198 | 185 | 0.12 | 0 | 0.07 | 0.22 | 147.5 | 0.17 | 0.73 |
Hex | AE | C6 | B9 | C | 0 | 7 | 16 | 94 | 11 | 49 |
Octal | 256 | 306 | 271 | 14 | 0 | 7 | 26 | 224 | 21 | 111 |
Binary | 10101110 | 11000110 | 10111001 | 1100 | 0 | 111 | 10110 | 10010100 | 10001 | 1001001 |
Color Harmonies of #AEC6B9
Complementary color
Monochromatic Colors of #AEC6B9
Black with #AEC6B9
Text Example
Text Example
White with #AEC6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC6B9; }
p { color: rgb(174,198,185); }
H1.HeaderClassName
{
color: #AEC6B9;
}
.AnyTagClassName
{
color: #AEC6B9;
}
</style>
background-color css
<style>
a { background-color: #AEC6B9; }
a { background-color: rgb(174,198,185); }
div.DivClassName
{
background-color: #AEC6B9;
}
.BgClassName
{
background-color: #AEC6B9;
}
</style>
border-color css
<style>
span { border-color: #AEC6B9; }
span { border-color: rgb(174,198,185); }
td.TdClassName
{
border-color: #AEC6B9;
}
.TagClassName
{
border-color: #AEC6B9;
}
</style>