#AEB9DA

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

Shades of Perano #AEB9DA

Tints of Perano #AEB9DA

Color information

#AEB9DA (or 0xAEB9DA) is unknown color: approx Perano. HEX triplet: AE, B9 and DA. RGB value is (174,185,218). Sum of RGB (Red+Green+Blue) = 174+185+218=577 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.16% from 577); Green value is 185 (72.66% from 255 or 32.06% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 218 - color contains mainly: blue. Hex color #AEB9DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB9DA is #514625. Grayscale: #B9B9B9. Windows color (decimal): -5326374 or 14334382. OLE color: 14334382.

HSL color Cylindrical-coordinate representation of color #AEB9DA: hue angle of 225º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEB9DA is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB174185218-
CMYK0.200.1500.15
HSL225º37.29%76.86%-
HSV(B)225º20.18%85.49%-
XYZ47.4648.7673.24-
YUV185.47146.36119.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.16%
GREEN value IS 185 (72.66% from 255) = 32.06%
BLUE value IS 218 (85.55% from 255) = 37.78%
R=30.16%
G=32.06%
B=37.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1741852180.200.1500.1522537.2976.86
HexAEB9DA14F0Fe1254d
Octal256271332241701734145115
Binary10101110101110011101101010100111101111111000011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB9DA; }

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

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

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

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

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

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

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

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