Shades of Nebula #AEC9BA
Tints of Nebula #AEC9BA
RGB
CMYK
RGB Variations
Color information
#AEC9BA (or 0xAEC9BA) is known color: Nebula. HEX triplet: AE, C9 and BA. RGB value is (174,201,186). Sum of RGB (Red+Green+Blue) = 174+201+186=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC9BA is #513645. Grayscale: #BFBFBF. Windows color (decimal): -5322310 or 12241326. OLE color: 12241326.
HSL color Cylindrical-coordinate representation of color #AEC9BA: hue angle of 146.67º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEC9BA is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 201 | 186 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.21 |
| HSL | 146.67º | 0.2% | 0.74% | - |
| HSV(B) | 146.67º | 0.13% | 0.79% | - |
| XYZ | 47.21 | 54.32 | 54.45 | - |
| YUV | 191.22 | 125.05 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 201 | 186 | 0.13 | 0 | 0.07 | 0.21 | 146.67 | 0.2 | 0.74 |
| Hex | AE | C9 | BA | D | 0 | 7 | 15 | 93 | 14 | 4A |
| Octal | 256 | 311 | 272 | 15 | 0 | 7 | 25 | 223 | 24 | 112 |
| Binary | 10101110 | 11001001 | 10111010 | 1101 | 0 | 111 | 10101 | 10010011 | 10100 | 1001010 |
Color Harmonies of #AEC9BA
Complementary color
Monochromatic Colors of #AEC9BA
Black with #AEC9BA
Text Example
Text Example
White with #AEC9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC9BA; }
p { color: rgb(174,201,186); }
H1.HeaderClassName
{
color: #AEC9BA;
}
.AnyTagClassName
{
color: #AEC9BA;
}
</style>
background-color css
<style>
a { background-color: #AEC9BA; }
a { background-color: rgb(174,201,186); }
div.DivClassName
{
background-color: #AEC9BA;
}
.BgClassName
{
background-color: #AEC9BA;
}
</style>
border-color css
<style>
span { border-color: #AEC9BA; }
span { border-color: rgb(174,201,186); }
td.TdClassName
{
border-color: #AEC9BA;
}
.TagClassName
{
border-color: #AEC9BA;
}
</style>