#AEC6B9

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

Shades of Nebula #AEC6B9

Tints of Nebula #AEC6B9

Color information

#AEC6B9 (or 0xAEC6B9) is unknown color: approx Nebula. HEX triplet: AE, C6 and B9. RGB value is (174,198,185). Sum of RGB (Red+Green+Blue) = 174+198+185=557 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.24% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 185 (72.66% from 255 or 33.21% from 557); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC6B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC6B9 is #513946. Grayscale: #BDBDBD. Windows color (decimal): -5323079 or 12175022. OLE color: 12175022.

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

Color convert

RGB174198185-
CMYK0.1200.070.22
HSL147.5º17.39%72.94%-
HSV(B)147.5º12.12%77.65%-
XYZ46.4152.8953.66-
YUV189.34125.55117.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.24%
GREEN value IS 198 (77.73% from 255) = 35.55%
BLUE value IS 185 (72.66% from 255) = 33.21%
R=31.24%
G=35.55%
B=33.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741981850.1200.070.22147.517.3972.94
HexAEC6B9C0716931149
Octal25630627114072622321111
Binary101011101100011010111001110001111011010010011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC6B9; }

 p { color: rgb(174,198,185); }

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

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

 a { background-color: rgb(174,198,185); }

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

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

 span { border-color: rgb(174,198,185); }

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