#AEB0BE

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

Shades of Echo Blue #AEB0BE

Tints of Echo Blue #AEB0BE

Color information

#AEB0BE (or 0xAEB0BE) is unknown color: approx Echo Blue. HEX triplet: AE, B0 and BE. RGB value is (174,176,190). Sum of RGB (Red+Green+Blue) = 174+176+190=540 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.22% from 540); Green value is 176 (69.14% from 255 or 32.59% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 190 - color contains mainly: blue. Hex color #AEB0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB0BE is #514F41. Grayscale: #B0B0B0. Windows color (decimal): -5328706 or 12497070. OLE color: 12497070.

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

Color convert

RGB174176190-
CMYK0.080.0700.25
HSL232.5º10.96%71.37%-
HSV(B)232.5º8.42%74.51%-
XYZ42.2843.7754.93-
YUV177135.34125.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.22%
GREEN value IS 176 (69.14% from 255) = 32.59%
BLUE value IS 190 (74.61% from 255) = 35.19%
R=32.22%
G=32.59%
B=35.19%

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
Decimal1741761900.080.0700.25232.510.9671.37
HexAEB0BE87019e8b47
Octal25626027610703135013107
Binary10101110101100001011111010001110110011110100010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB0BE; }

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

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

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

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

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

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

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

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