Shades of Nebula #AECCBA
Tints of Nebula #AECCBA
RGB
CMYK
RGB Variations
Color information
#AECCBA (or 0xAECCBA) is known color: Nebula. HEX triplet: AE, CC and BA. RGB value is (174,204,186). Sum of RGB (Red+Green+Blue) = 174+204+186=564 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.85% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 204 - color contains mainly: green. Hex color #AECCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECCBA is #513345. Grayscale: #C1C1C1. Windows color (decimal): -5321542 or 12242094. OLE color: 12242094.
HSL color Cylindrical-coordinate representation of color #AECCBA: hue angle of 144º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AECCBA is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 204 | 186 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.2 |
| HSL | 144º | 0.23% | 0.74% | - |
| HSV(B) | 144º | 0.15% | 0.8% | - |
| XYZ | 47.91 | 55.73 | 54.69 | - |
| YUV | 192.98 | 124.06 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 204 | 186 | 0.15 | 0 | 0.09 | 0.2 | 144 | 0.23 | 0.74 |
| Hex | AE | CC | BA | F | 0 | 9 | 14 | 90 | 17 | 4A |
| Octal | 256 | 314 | 272 | 17 | 0 | 11 | 24 | 220 | 27 | 112 |
| Binary | 10101110 | 11001100 | 10111010 | 1111 | 0 | 1001 | 10100 | 10010000 | 10111 | 1001010 |
Color Harmonies of #AECCBA
Complementary color
Monochromatic Colors of #AECCBA
Black with #AECCBA
Text Example
Text Example
White with #AECCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECCBA; }
p { color: rgb(174,204,186); }
H1.HeaderClassName
{
color: #AECCBA;
}
.AnyTagClassName
{
color: #AECCBA;
}
</style>
background-color css
<style>
a { background-color: #AECCBA; }
a { background-color: rgb(174,204,186); }
div.DivClassName
{
background-color: #AECCBA;
}
.BgClassName
{
background-color: #AECCBA;
}
</style>
border-color css
<style>
span { border-color: #AECCBA; }
span { border-color: rgb(174,204,186); }
td.TdClassName
{
border-color: #AECCBA;
}
.TagClassName
{
border-color: #AECCBA;
}
</style>