#AECCBA

Color #AECCBA Nebula (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nebula #AECCBA

Tints of Nebula #AECCBA

Color information

#AECCBA (or 0xAECCBA) is unknown color: approx 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

RGB174204186-
CMYK0.1500.090.2
HSL144º22.73%74.12%-
HSV(B)144º14.71%80%-
XYZ47.9155.7354.69-
YUV192.98124.06114.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 30.85%
GREEN value IS 204 (80.08% from 255) = 36.17%
BLUE value IS 186 (73.05% from 255) = 32.98%
R=30.85%
G=36.17%
B=32.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1742041860.1500.090.214422.7374.12
HexAECCBAF091490174a
Octal256314272170112422027112
Binary1010111011001100101110101111010011010010010000101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>