#AEBEF2

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

Shades of Perano #AEBEF2

Tints of Perano #AEBEF2

Color information

#AEBEF2 (or 0xAEBEF2) is unknown color: approx Perano. HEX triplet: AE, BE and F2. RGB value is (174,190,242). Sum of RGB (Red+Green+Blue) = 174+190+242=606 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.71% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 242 (94.92% from 255 or 39.93% from 606); Max value from RGB is 242 - color contains mainly: blue. Hex color #AEBEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBEF2 is #51410D. Grayscale: #BEBEBE. Windows color (decimal): -5325070 or 15908526. OLE color: 15908526.

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

Color convert

RGB174190242-
CMYK0.280.2100.05
HSL225.88º72.34%81.57%-
HSV(B)225.88º28.1%94.9%-
XYZ51.952.2491.35-
YUV191.14156.7115.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.71%
GREEN value IS 190 (74.61% from 255) = 31.35%
BLUE value IS 242 (94.92% from 255) = 39.93%
R=28.71%
G=31.35%
B=39.93%

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
Decimal1741902420.280.2100.05225.8872.3481.57
HexAEBEF21C1505e24852
Octal256276362342505342110122
Binary101011101011111011110010111001010101011110001010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBEF2; }

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

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

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

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

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

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

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

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