#AEB9DF

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

Shades of Perano #AEB9DF

Tints of Perano #AEB9DF

Color information

#AEB9DF (or 0xAEB9DF) is unknown color: approx Perano. HEX triplet: AE, B9 and DF. RGB value is (174,185,223). Sum of RGB (Red+Green+Blue) = 174+185+223=582 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.90% from 582); Green value is 185 (72.66% from 255 or 31.79% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 223 - color contains mainly: blue. Hex color #AEB9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB9DF is #514620. Grayscale: #B9B9B9. Windows color (decimal): -5326369 or 14662062. OLE color: 14662062.

HSL color Cylindrical-coordinate representation of color #AEB9DF: hue angle of 226.53º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEB9DF is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174185223-
CMYK0.220.1700.13
HSL226.53º43.36%77.84%-
HSV(B)226.53º21.97%87.45%-
XYZ48.1249.0276.74-
YUV186.04148.86119.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.90%
GREEN value IS 185 (72.66% from 255) = 31.79%
BLUE value IS 223 (87.5% from 255) = 38.32%
R=29.90%
G=31.79%
B=38.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741852230.220.1700.13226.5343.3677.84
HexAEB9DF16110De32b4e
Octal256271337262101534353116
Binary101011101011100111011111101101000101101111000111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB9DF; }

 p { color: rgb(174,185,223); }

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

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

 a { background-color: rgb(174,185,223); }

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

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

 span { border-color: rgb(174,185,223); }

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