#AEBBF1

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

Shades of Perano #AEBBF1

Tints of Perano #AEBBF1

Color information

#AEBBF1 (or 0xAEBBF1) is unknown color: approx Perano. HEX triplet: AE, BB and F1. RGB value is (174,187,241). Sum of RGB (Red+Green+Blue) = 174+187+241=602 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.90% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 241 (94.53% from 255 or 40.03% from 602); Max value from RGB is 241 - color contains mainly: blue. Hex color #AEBBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBBF1 is #51440E. Grayscale: #BDBDBD. Windows color (decimal): -5325839 or 15842222. OLE color: 15842222.

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

Color convert

RGB174187241-
CMYK0.280.2200.05
HSL228.36º70.53%81.37%-
HSV(B)228.36º27.8%94.51%-
XYZ51.150.8990.35-
YUV189.27157.19117.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.90%
GREEN value IS 187 (73.44% from 255) = 31.06%
BLUE value IS 241 (94.53% from 255) = 40.03%
R=28.90%
G=31.06%
B=40.03%

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
Decimal1741872410.280.2200.05228.3670.5381.37
HexAEBBF11C1605e44751
Octal256273361342605344107121
Binary101011101011101111110001111001011001011110010010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBF1; }

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

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

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

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

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

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

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

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