#AEBCE1

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

Shades of Perano #AEBCE1

Tints of Perano #AEBCE1

Color information

#AEBCE1 (or 0xAEBCE1) is unknown color: approx Perano. HEX triplet: AE, BC and E1. RGB value is (174,188,225). Sum of RGB (Red+Green+Blue) = 174+188+225=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 225 (88.28% from 255 or 38.33% from 587); Max value from RGB is 225 - color contains mainly: blue. Hex color #AEBCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBCE1 is #51431E. Grayscale: #BBBBBB. Windows color (decimal): -5325599 or 14793902. OLE color: 14793902.

HSL color Cylindrical-coordinate representation of color #AEBCE1: hue angle of 223.53º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEBCE1 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB174188225-
CMYK0.230.1600.12
HSL223.53º45.95%78.24%-
HSV(B)223.53º22.67%88.24%-
XYZ49.0350.478.38-
YUV188.03148.86117.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.64%
GREEN value IS 188 (73.83% from 255) = 32.03%
BLUE value IS 225 (88.28% from 255) = 38.33%
R=29.64%
G=32.03%
B=38.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1741882250.230.1600.12223.5345.9578.24
HexAEBCE117100Ce02e4e
Octal256274341272001434056116
Binary101011101011110011100001101111000001100111000001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCE1; }

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

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

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

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

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

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

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

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