#AEC7BA

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

Shades of Nebula #AEC7BA

Tints of Nebula #AEC7BA

Color information

#AEC7BA (or 0xAEC7BA) is unknown color: approx Nebula. HEX triplet: AE, C7 and BA. RGB value is (174,199,186). Sum of RGB (Red+Green+Blue) = 174+199+186=559 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.13% from 559); Green value is 199 (78.12% from 255 or 35.60% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 199 - color contains mainly: green. Hex color #AEC7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC7BA is #513845. Grayscale: #BEBEBE. Windows color (decimal): -5322822 or 12240814. OLE color: 12240814.

HSL color Cylindrical-coordinate representation of color #AEC7BA: hue angle of 148.8º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEC7BA is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB174199186-
CMYK0.1300.070.22
HSL148.8º18.25%73.14%-
HSV(B)148.8º12.56%78.04%-
XYZ46.7453.3954.3-
YUV190.04125.72116.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.13%
GREEN value IS 199 (78.12% from 255) = 35.60%
BLUE value IS 186 (73.05% from 255) = 33.27%
R=31.13%
G=35.60%
B=33.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741991860.1300.070.22148.818.2573.14
HexAEC7BAD0716951249
Octal25630727215072622522111
Binary101011101100011110111010110101111011010010101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC7BA; }

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

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

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

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

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

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

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

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