#AEB6DF

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

Shades of Perano #AEB6DF

Tints of Perano #AEB6DF

Color information

#AEB6DF (or 0xAEB6DF) is unknown color: approx Perano. HEX triplet: AE, B6 and DF. RGB value is (174,182,223). Sum of RGB (Red+Green+Blue) = 174+182+223=579 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.05% from 579); Green value is 182 (71.48% from 255 or 31.43% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #AEB6DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB6DF is #514920. Grayscale: #B8B8B8. Windows color (decimal): -5327137 or 14661294. OLE color: 14661294.

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

Color convert

RGB174182223-
CMYK0.220.1800.13
HSL230.2º43.36%77.84%-
HSV(B)230.2º21.97%87.45%-
XYZ47.547.7876.53-
YUV184.28149.85120.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.05%
GREEN value IS 182 (71.48% from 255) = 31.43%
BLUE value IS 223 (87.5% from 255) = 38.51%
R=30.05%
G=31.43%
B=38.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741822230.220.1800.13230.243.3677.84
HexAEB6DF16120De62b4e
Octal256266337262201534653116
Binary101011101011011011011111101101001001101111001101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB6DF; }

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

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

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

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

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

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

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

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