#AEB1BE

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

Shades of Echo Blue #AEB1BE

Tints of Echo Blue #AEB1BE

Color information

#AEB1BE (or 0xAEB1BE) is unknown color: approx Echo Blue. HEX triplet: AE, B1 and BE. RGB value is (174,177,190). Sum of RGB (Red+Green+Blue) = 174+177+190=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 177 (69.53% from 255 or 32.72% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 190 - color contains mainly: blue. Hex color #AEB1BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB1BE is #514E41. Grayscale: #B1B1B1. Windows color (decimal): -5328450 or 12497326. OLE color: 12497326.

HSL color Cylindrical-coordinate representation of color #AEB1BE: hue angle of 228.75º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AEB1BE is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174177190-
CMYK0.080.0700.25
HSL228.75º10.96%71.37%-
HSV(B)228.75º8.42%74.51%-
XYZ42.4744.1655-
YUV177.58135.01125.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.16%
GREEN value IS 177 (69.53% from 255) = 32.72%
BLUE value IS 190 (74.61% from 255) = 35.12%
R=32.16%
G=32.72%
B=35.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741771900.080.0700.25228.7510.9671.37
HexAEB1BE87019e5b47
Octal25626127610703134513107
Binary10101110101100011011111010001110110011110010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB1BE; }

 p { color: rgb(174,177,190); }

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

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

 a { background-color: rgb(174,177,190); }

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

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

 span { border-color: rgb(174,177,190); }

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