#AECDBA

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

Shades of Nebula #AECDBA

Tints of Nebula #AECDBA

Color information

#AECDBA (or 0xAECDBA) is unknown color: approx Nebula. HEX triplet: AE, CD and BA. RGB value is (174,205,186). Sum of RGB (Red+Green+Blue) = 174+205+186=565 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.80% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 205 - color contains mainly: green. Hex color #AECDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDBA is #513245. Grayscale: #C1C1C1. Windows color (decimal): -5321286 or 12242350. OLE color: 12242350.

HSL color Cylindrical-coordinate representation of color #AECDBA: hue angle of 143.23º degrees, saturation: 0.24, 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 #AECDBA is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB174205186-
CMYK0.1500.090.20
HSL143.23º23.66%74.31%-
HSV(B)143.23º15.12%80.39%-
XYZ48.1556.2154.77-
YUV193.56123.73114.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.80%
GREEN value IS 205 (80.47% from 255) = 36.28%
BLUE value IS 186 (73.05% from 255) = 32.92%
R=30.80%
G=36.28%
B=32.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1742051860.1500.090.20143.2323.6674.31
HexAECDBAF09148f184a
Octal256315272170112421730112
Binary1010111011001101101110101111010011010010001111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECDBA; }

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

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

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

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

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

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

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

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