#AEBCF1

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

Shades of Perano #AEBCF1

Tints of Perano #AEBCF1

Color information

#AEBCF1 (or 0xAEBCF1) is unknown color: approx Perano. HEX triplet: AE, BC and F1. RGB value is (174,188,241). Sum of RGB (Red+Green+Blue) = 174+188+241=603 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.86% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 241 (94.53% from 255 or 39.97% from 603); Max value from RGB is 241 - color contains mainly: blue. Hex color #AEBCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBCF1 is #51430E. Grayscale: #BDBDBD. Windows color (decimal): -5325583 or 15842478. OLE color: 15842478.

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

Color convert

RGB174188241-
CMYK0.280.2200.05
HSL227.46º70.53%81.37%-
HSV(B)227.46º27.8%94.51%-
XYZ51.3251.3290.42-
YUV189.86156.86116.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.86%
GREEN value IS 188 (73.83% from 255) = 31.18%
BLUE value IS 241 (94.53% from 255) = 39.97%
R=28.86%
G=31.18%
B=39.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1741882410.280.2200.05227.4670.5381.37
HexAEBCF11C1605e34751
Octal256274361342605343107121
Binary101011101011110011110001111001011001011110001110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCF1; }

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

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

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

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

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

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

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

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