#AECEBD

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

Shades of Nebula #AECEBD

Tints of Nebula #AECEBD

Color information

#AECEBD (or 0xAECEBD) is unknown color: approx Nebula. HEX triplet: AE, CE and BD. RGB value is (174,206,189). Sum of RGB (Red+Green+Blue) = 174+206+189=569 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.58% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 206 - color contains mainly: green. Hex color #AECEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECEBD is #513142. Grayscale: #C2C2C2. Windows color (decimal): -5321027 or 12439214. OLE color: 12439214.

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

Color convert

RGB174206189-
CMYK0.1600.080.19
HSL148.12º24.62%74.51%-
HSV(B)148.12º15.53%80.78%-
XYZ48.7156.8256.54-
YUV194.49124.9113.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.58%
GREEN value IS 206 (80.86% from 255) = 36.20%
BLUE value IS 189 (74.22% from 255) = 33.22%
R=30.58%
G=36.20%
B=33.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1742061890.1600.080.19148.1224.6274.51
HexAECEBD10081394194b
Octal256316275200102322431113
Binary10101110110011101011110110000010001001110010100110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECEBD; }

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

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

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

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

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

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

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

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