#AEBEF1

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

Shades of Perano #AEBEF1

Tints of Perano #AEBEF1

Color information

#AEBEF1 (or 0xAEBEF1) is unknown color: approx Perano. HEX triplet: AE, BE and F1. RGB value is (174,190,241). Sum of RGB (Red+Green+Blue) = 174+190+241=605 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.76% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 241 (94.53% from 255 or 39.83% from 605); Max value from RGB is 241 - color contains mainly: blue. Hex color #AEBEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBEF1 is #51410E. Grayscale: #BEBEBE. Windows color (decimal): -5325071 or 15842990. OLE color: 15842990.

HSL color Cylindrical-coordinate representation of color #AEBEF1: hue angle of 225.67º 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 #AEBEF1 is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB174190241-
CMYK0.280.2100.05
HSL225.67º70.53%81.37%-
HSV(B)225.67º27.8%94.51%-
XYZ51.7552.1890.56-
YUV191.03156.2115.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.76%
GREEN value IS 190 (74.61% from 255) = 31.40%
BLUE value IS 241 (94.53% from 255) = 39.83%
R=28.76%
G=31.40%
B=39.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1741902410.280.2100.05225.6770.5381.37
HexAEBEF11C1505e24751
Octal256276361342505342107121
Binary101011101011111011110001111001010101011110001010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBEF1; }

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

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

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

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

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

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

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

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