#AEABEC

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

Shades of Perano #AEABEC

Tints of Perano #AEABEC

Color information

#AEABEC (or 0xAEABEC) is unknown color: approx Perano. HEX triplet: AE, AB and EC. RGB value is (174,171,236). Sum of RGB (Red+Green+Blue) = 174+171+236=581 (76% of max value = 765). Red value is 174 (68.36% from 255 or 29.95% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEABEC is #515413. Grayscale: #B3B3B3. Windows color (decimal): -5329940 or 15510446. OLE color: 15510446.

HSL color Cylindrical-coordinate representation of color #AEABEC: hue angle of 242.77º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEABEC is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174171236-
CMYK0.260.2800.07
HSL242.77º63.11%79.8%-
HSV(B)242.77º27.54%92.55%-
XYZ47.1644.1885.4-
YUV179.31159.99124.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.95%
GREEN value IS 171 (67.19% from 255) = 29.43%
BLUE value IS 236 (92.58% from 255) = 40.62%
R=29.95%
G=29.43%
B=40.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741712360.260.2800.07242.7763.1179.8
HexAEABEC1A1C07f33f50
Octal25625335432340736377120
Binary10101110101010111110110011010111000111111100111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEABEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEABEC; }

 p { color: rgb(174,171,236); }

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

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

 a { background-color: rgb(174,171,236); }

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

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

 span { border-color: rgb(174,171,236); }

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