#AEB5ED

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

Shades of Perano #AEB5ED

Tints of Perano #AEB5ED

Color information

#AEB5ED (or 0xAEB5ED) is unknown color: approx Perano. HEX triplet: AE, B5 and ED. RGB value is (174,181,237). Sum of RGB (Red+Green+Blue) = 174+181+237=592 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.39% from 592); Green value is 181 (71.09% from 255 or 30.57% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: blue. Hex color #AEB5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB5ED is #514A12. Grayscale: #B9B9B9. Windows color (decimal): -5327379 or 15578542. OLE color: 15578542.

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

Color convert

RGB174181237-
CMYK0.270.2400.07
HSL233.33º63.64%80.59%-
HSV(B)233.33º26.58%92.94%-
XYZ49.2748.1686.82-
YUV185.29157.18119.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.39%
GREEN value IS 181 (71.09% from 255) = 30.57%
BLUE value IS 237 (92.97% from 255) = 40.03%
R=29.39%
G=30.57%
B=40.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741812370.270.2400.07233.3363.6480.59
HexAEB5ED1B1807e94051
Octal256265355333007351100121
Binary101011101011010111101101110111100001111110100110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB5ED; }

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

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

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

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

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

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

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

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