#AEBCFA

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

Shades of Perano #AEBCFA

Tints of Perano #AEBCFA

Color information

#AEBCFA (or 0xAEBCFA) is unknown color: approx Perano. HEX triplet: AE, BC and FA. RGB value is (174,188,250). Sum of RGB (Red+Green+Blue) = 174+188+250=612 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.43% from 612); Green value is 188 (73.83% from 255 or 30.72% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #AEBCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBCFA is #514305. Grayscale: #BEBEBE. Windows color (decimal): -5325574 or 16432302. OLE color: 16432302.

HSL color Cylindrical-coordinate representation of color #AEBCFA: hue angle of 228.95º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEBCFA is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB174188250-
CMYK0.300.2500.02
HSL228.95º88.37%83.14%-
HSV(B)228.95º30.4%98.04%-
XYZ52.6951.8797.68-
YUV190.88161.36115.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.43%
GREEN value IS 188 (73.83% from 255) = 30.72%
BLUE value IS 250 (98.05% from 255) = 40.85%
R=28.43%
G=30.72%
B=40.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1741882500.300.2500.02228.9588.3783.14
HexAEBCFA1E1902e55853
Octal256274372363102345130123
Binary10101110101111001111101011110110010101110010110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCFA; }

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

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

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

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

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

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

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

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