#AEB2BF

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

Shades of Echo Blue #AEB2BF

Tints of Echo Blue #AEB2BF

Color information

#AEB2BF (or 0xAEB2BF) is unknown color: approx Echo Blue. HEX triplet: AE, B2 and BF. RGB value is (174,178,191). Sum of RGB (Red+Green+Blue) = 174+178+191=543 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.04% from 543); Green value is 178 (69.92% from 255 or 32.78% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 191 - color contains mainly: blue. Hex color #AEB2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB2BF is #514D40. Grayscale: #B2B2B2. Windows color (decimal): -5328193 or 12563118. OLE color: 12563118.

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

Color convert

RGB174178191-
CMYK0.090.0700.25
HSL225.88º11.72%71.57%-
HSV(B)225.88º8.9%74.9%-
XYZ42.7844.655.64-
YUV178.29135.17124.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.04%
GREEN value IS 178 (69.92% from 255) = 32.78%
BLUE value IS 191 (75% from 255) = 35.17%
R=32.04%
G=32.78%
B=35.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741781910.090.0700.25225.8811.7271.57
HexAEB2BF97019e2c48
Octal25626227711703134214110
Binary10101110101100101011111110011110110011110001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB2BF; }

 p { color: rgb(174,178,191); }

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

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

 a { background-color: rgb(174,178,191); }

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

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

 span { border-color: rgb(174,178,191); }

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