#AEB4DF

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

Shades of Perano #AEB4DF

Tints of Perano #AEB4DF

Color information

#AEB4DF (or 0xAEB4DF) is unknown color: approx Perano. HEX triplet: AE, B4 and DF. RGB value is (174,180,223). Sum of RGB (Red+Green+Blue) = 174+180+223=577 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.16% from 577); Green value is 180 (70.70% from 255 or 31.20% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #AEB4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB4DF is #514B20. Grayscale: #B6B6B6. Windows color (decimal): -5327649 or 14660782. OLE color: 14660782.

HSL color Cylindrical-coordinate representation of color #AEB4DF: hue angle of 232.65º 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 #AEB4DF is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174180223-
CMYK0.220.1900.13
HSL232.65º43.36%77.84%-
HSV(B)232.65º21.97%87.45%-
XYZ47.146.9776.4-
YUV183.11150.51121.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.16%
GREEN value IS 180 (70.70% from 255) = 31.20%
BLUE value IS 223 (87.5% from 255) = 38.65%
R=30.16%
G=31.20%
B=38.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741802230.220.1900.13232.6543.3677.84
HexAEB4DF16130De92b4e
Octal256264337262301535153116
Binary101011101011010011011111101101001101101111010011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB4DF; }

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

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

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

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

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

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

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

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