#AEB0F5

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

Shades of Perano #AEB0F5

Tints of Perano #AEB0F5

Color information

#AEB0F5 (or 0xAEB0F5) is unknown color: approx Perano. HEX triplet: AE, B0 and F5. RGB value is (174,176,245). Sum of RGB (Red+Green+Blue) = 174+176+245=595 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.24% from 595); Green value is 176 (69.14% from 255 or 29.58% from 595); Blue value is 245 (96.09% from 255 or 41.18% from 595); Max value from RGB is 245 - color contains mainly: blue. Hex color #AEB0F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEB0F5 is #514F0A. Grayscale: #B6B6B6. Windows color (decimal): -5328651 or 16101550. OLE color: 16101550.

HSL color Cylindrical-coordinate representation of color #AEB0F5: hue angle of 238.31º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEB0F5 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB174176245-
CMYK0.290.2800.04
HSL238.31º78.02%82.16%-
HSV(B)238.31º28.98%96.08%-
XYZ49.4646.6492.78-
YUV183.27162.84121.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.24%
GREEN value IS 176 (69.14% from 255) = 29.58%
BLUE value IS 245 (96.09% from 255) = 41.18%
R=29.24%
G=29.58%
B=41.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1741762450.290.2800.04238.3178.0282.16
HexAEB0F51D1C04ee4e52
Octal256260365353404356116122
Binary101011101011000011110101111011110001001110111010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB0F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB0F5; }

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

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

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

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

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

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

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

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