#AEB9E5

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

Shades of Perano #AEB9E5

Tints of Perano #AEB9E5

Color information

#AEB9E5 (or 0xAEB9E5) is unknown color: approx Perano. HEX triplet: AE, B9 and E5. RGB value is (174,185,229). Sum of RGB (Red+Green+Blue) = 174+185+229=588 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.59% from 588); Green value is 185 (72.66% from 255 or 31.46% from 588); Blue value is 229 (89.84% from 255 or 38.95% from 588); Max value from RGB is 229 - color contains mainly: blue. Hex color #AEB9E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB9E5 is #51461A. Grayscale: #BABABA. Windows color (decimal): -5326363 or 15055278. OLE color: 15055278.

HSL color Cylindrical-coordinate representation of color #AEB9E5: hue angle of 228º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEB9E5 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB174185229-
CMYK0.240.1900.10
HSL228º51.4%79.02%-
HSV(B)228º24.02%89.8%-
XYZ48.9549.3581.08-
YUV186.73151.86118.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.59%
GREEN value IS 185 (72.66% from 255) = 31.46%
BLUE value IS 229 (89.84% from 255) = 38.95%
R=29.59%
G=31.46%
B=38.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1741852290.240.1900.1022851.479.02
HexAEB9E518130Ae4334f
Octal256271345302301234463117
Binary101011101011100111100101110001001101010111001001100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB9E5; }

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

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

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

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

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

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

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

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