#AECEBA

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

Shades of Nebula #AECEBA

Tints of Nebula #AECEBA

Color information

#AECEBA (or 0xAECEBA) is unknown color: approx Nebula. HEX triplet: AE, CE and BA. RGB value is (174,206,186). Sum of RGB (Red+Green+Blue) = 174+206+186=566 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.74% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 206 - color contains mainly: green. Hex color #AECEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECEBA is #513145. Grayscale: #C2C2C2. Windows color (decimal): -5321030 or 12242606. OLE color: 12242606.

HSL color Cylindrical-coordinate representation of color #AECEBA: hue angle of 142.5º degrees, saturation: 0.25, 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 #AECEBA is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB174206186-
CMYK0.1600.100.19
HSL142.5º24.62%74.51%-
HSV(B)142.5º15.53%80.78%-
XYZ48.3956.6954.85-
YUV194.15123.4113.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.74%
GREEN value IS 206 (80.86% from 255) = 36.40%
BLUE value IS 186 (73.05% from 255) = 32.86%
R=30.74%
G=36.40%
B=32.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1742061860.1600.100.19142.524.6274.51
HexAECEBA100A138e194b
Octal256316272200122321631113
Binary10101110110011101011101010000010101001110001110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECEBA; }

 p { color: rgb(174,206,186); }

 H1.HeaderClassName
 {
   color: #AECEBA;
 }
 .AnyTagClassName
 {
   color: #AECEBA;
 }
</style>
background-color css

<style>
 a { background-color: #AECEBA; }

 a { background-color: rgb(174,206,186); }

 div.DivClassName
 {
   background-color: #AECEBA;
 }
 .BgClassName
 {
   background-color: #AECEBA;
 }
</style>
border-color css

<style>
 span { border-color: #AECEBA; }

 span { border-color: rgb(174,206,186); }

 td.TdClassName
 {
   border-color: #AECEBA;
 }
 .TagClassName
 {
   border-color: #AECEBA;
 }
</style>