#AEBCF5

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

Shades of Perano #AEBCF5

Tints of Perano #AEBCF5

Color information

#AEBCF5 (or 0xAEBCF5) is unknown color: approx Perano. HEX triplet: AE, BC and F5. RGB value is (174,188,245). Sum of RGB (Red+Green+Blue) = 174+188+245=607 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.67% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 245 (96.09% from 255 or 40.36% from 607); Max value from RGB is 245 - color contains mainly: blue. Hex color #AEBCF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBCF5 is #51430A. Grayscale: #BEBEBE. Windows color (decimal): -5325579 or 16104622. OLE color: 16104622.

HSL color Cylindrical-coordinate representation of color #AEBCF5: hue angle of 228.17º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEBCF5 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB174188245-
CMYK0.290.2300.04
HSL228.17º78.02%82.16%-
HSV(B)228.17º28.98%96.08%-
XYZ51.9251.5693.6-
YUV190.31158.86116.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.67%
GREEN value IS 188 (73.83% from 255) = 30.97%
BLUE value IS 245 (96.09% from 255) = 40.36%
R=28.67%
G=30.97%
B=40.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1741882450.290.2300.04228.1778.0282.16
HexAEBCF51D1704e44e52
Octal256274365352704344116122
Binary101011101011110011110101111011011101001110010010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCF5; }

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

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

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

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

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

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

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

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