#AEBEE1

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

Shades of Perano #AEBEE1

Tints of Perano #AEBEE1

Color information

#AEBEE1 (or 0xAEBEE1) is unknown color: approx Perano. HEX triplet: AE, BE and E1. RGB value is (174,190,225). Sum of RGB (Red+Green+Blue) = 174+190+225=589 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.54% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 225 (88.28% from 255 or 38.20% from 589); Max value from RGB is 225 - color contains mainly: blue. Hex color #AEBEE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBEE1 is #51411E. Grayscale: #BDBDBD. Windows color (decimal): -5325087 or 14794414. OLE color: 14794414.

HSL color Cylindrical-coordinate representation of color #AEBEE1: hue angle of 221.18º 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 #AEBEE1 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB174190225-
CMYK0.230.1600.12
HSL221.18º45.95%78.24%-
HSV(B)221.18º22.67%88.24%-
XYZ49.4651.2678.52-
YUV189.21148.2117.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.54%
GREEN value IS 190 (74.61% from 255) = 32.26%
BLUE value IS 225 (88.28% from 255) = 38.20%
R=29.54%
G=32.26%
B=38.20%

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
Decimal1741902250.230.1600.12221.1845.9578.24
HexAEBEE117100Cdd2e4e
Octal256276341272001433556116
Binary101011101011111011100001101111000001100110111011011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBEE1; }

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

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

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

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

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

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

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

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