#AEBCF0

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

Shades of Perano #AEBCF0

Tints of Perano #AEBCF0

Color information

#AEBCF0 (or 0xAEBCF0) is unknown color: approx Perano. HEX triplet: AE, BC and F0. RGB value is (174,188,240). Sum of RGB (Red+Green+Blue) = 174+188+240=602 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.90% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 240 (94.14% from 255 or 39.87% from 602); Max value from RGB is 240 - color contains mainly: blue. Hex color #AEBCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBCF0 is #51430F. Grayscale: #BDBDBD. Windows color (decimal): -5325584 or 15776942. OLE color: 15776942.

HSL color Cylindrical-coordinate representation of color #AEBCF0: hue angle of 227.27º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEBCF0 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB174188240-
CMYK0.280.2200.06
HSL227.27º68.75%81.18%-
HSV(B)227.27º27.5%94.12%-
XYZ51.1751.2689.63-
YUV189.74156.36116.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.90%
GREEN value IS 188 (73.83% from 255) = 31.23%
BLUE value IS 240 (94.14% from 255) = 39.87%
R=28.90%
G=31.23%
B=39.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1741882400.280.2200.06227.2768.7581.18
HexAEBCF01C1606e34551
Octal256274360342606343105121
Binary101011101011110011110000111001011001101110001110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCF0; }

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

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

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

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

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

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

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

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