#AEB2ED

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

Shades of Perano #AEB2ED

Tints of Perano #AEB2ED

Color information

#AEB2ED (or 0xAEB2ED) is unknown color: approx Perano. HEX triplet: AE, B2 and ED. RGB value is (174,178,237). Sum of RGB (Red+Green+Blue) = 174+178+237=589 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.54% from 589); Green value is 178 (69.92% from 255 or 30.22% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #AEB2ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEB2ED is #514D12. Grayscale: #B7B7B7. Windows color (decimal): -5328147 or 15577774. OLE color: 15577774.

HSL color Cylindrical-coordinate representation of color #AEB2ED: hue angle of 236.19º 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 #AEB2ED is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174178237-
CMYK0.270.2500.07
HSL236.19º63.64%80.59%-
HSV(B)236.19º26.58%92.94%-
XYZ48.6646.9586.62-
YUV183.53158.17121.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.54%
GREEN value IS 178 (69.92% from 255) = 30.22%
BLUE value IS 237 (92.97% from 255) = 40.24%
R=29.54%
G=30.22%
B=40.24%

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
Decimal1741782370.270.2500.07236.1963.6480.59
HexAEB2ED1B1907ec4051
Octal256262355333107354100121
Binary101011101011001011101101110111100101111110110010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB2ED; }

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

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

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

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

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

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

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

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