#AEB1ED

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

Shades of Perano #AEB1ED

Tints of Perano #AEB1ED

Color information

#AEB1ED (or 0xAEB1ED) is unknown color: approx Perano. HEX triplet: AE, B1 and ED. RGB value is (174,177,237). Sum of RGB (Red+Green+Blue) = 174+177+237=588 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.59% from 588); Green value is 177 (69.53% from 255 or 30.10% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #AEB1ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEB1ED is #514E12. Grayscale: #B6B6B6. Windows color (decimal): -5328403 or 15577518. OLE color: 15577518.

HSL color Cylindrical-coordinate representation of color #AEB1ED: hue angle of 237.14º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEB1ED is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174177237-
CMYK0.270.2500.07
HSL237.14º63.64%80.59%-
HSV(B)237.14º26.58%92.94%-
XYZ48.4646.5686.55-
YUV182.94158.51121.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.59%
GREEN value IS 177 (69.53% from 255) = 30.10%
BLUE value IS 237 (92.97% from 255) = 40.31%
R=29.59%
G=30.10%
B=40.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741772370.270.2500.07237.1463.6480.59
HexAEB1ED1B1907ed4051
Octal256261355333107355100121
Binary101011101011000111101101110111100101111110110110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB1ED; }

 p { color: rgb(174,177,237); }

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

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

 a { background-color: rgb(174,177,237); }

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

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

 span { border-color: rgb(174,177,237); }

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