#AEB4F1

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

Shades of Perano #AEB4F1

Tints of Perano #AEB4F1

Color information

#AEB4F1 (or 0xAEB4F1) is unknown color: approx Perano. HEX triplet: AE, B4 and F1. RGB value is (174,180,241). Sum of RGB (Red+Green+Blue) = 174+180+241=595 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.24% from 595); Green value is 180 (70.70% from 255 or 30.25% from 595); Blue value is 241 (94.53% from 255 or 40.50% from 595); Max value from RGB is 241 - color contains mainly: blue. Hex color #AEB4F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB4F1 is #514B0E. Grayscale: #B8B8B8. Windows color (decimal): -5327631 or 15840430. OLE color: 15840430.

HSL color Cylindrical-coordinate representation of color #AEB4F1: hue angle of 234.63º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEB4F1 is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB174180241-
CMYK0.280.2500.05
HSL234.63º70.53%81.37%-
HSV(B)234.63º27.8%94.51%-
XYZ49.6547.9989.87-
YUV185.16159.51120.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.24%
GREEN value IS 180 (70.70% from 255) = 30.25%
BLUE value IS 241 (94.53% from 255) = 40.50%
R=29.24%
G=30.25%
B=40.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1741802410.280.2500.05234.6370.5381.37
HexAEB4F11C1905eb4751
Octal256264361343105353107121
Binary101011101011010011110001111001100101011110101110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB4F1; }

 p { color: rgb(174,180,241); }

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

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

 a { background-color: rgb(174,180,241); }

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

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

 span { border-color: rgb(174,180,241); }

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