#AEBAF0

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

Shades of Perano #AEBAF0

Tints of Perano #AEBAF0

Color information

#AEBAF0 (or 0xAEBAF0) is unknown color: approx Perano. HEX triplet: AE, BA and F0. RGB value is (174,186,240). Sum of RGB (Red+Green+Blue) = 174+186+240=600 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 240 (94.14% from 255 or 40% from 600); Max value from RGB is 240 - color contains mainly: blue. Hex color #AEBAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBAF0 is #51450F. Grayscale: #BCBCBC. Windows color (decimal): -5326096 or 15776430. OLE color: 15776430.

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

Color convert

RGB174186240-
CMYK0.280.2200.06
HSL229.09º68.75%81.18%-
HSV(B)229.09º27.5%94.12%-
XYZ50.7450.4189.49-
YUV188.57157.02117.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29%
GREEN value IS 186 (73.05% from 255) = 31%
BLUE value IS 240 (94.14% from 255) = 40%
R=29%
G=31%
B=40%

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
Decimal1741862400.280.2200.06229.0968.7581.18
HexAEBAF01C1606e54551
Octal256272360342606345105121
Binary101011101011101011110000111001011001101110010110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBAF0; }

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

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

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

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

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

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

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

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