#AEB1DF

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

Shades of Perano #AEB1DF

Tints of Perano #AEB1DF

Color information

#AEB1DF (or 0xAEB1DF) is unknown color: approx Perano. HEX triplet: AE, B1 and DF. RGB value is (174,177,223). Sum of RGB (Red+Green+Blue) = 174+177+223=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 177 (69.53% from 255 or 30.84% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 223 - color contains mainly: blue. Hex color #AEB1DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB1DF is #514E20. Grayscale: #B5B5B5. Windows color (decimal): -5328417 or 14660014. OLE color: 14660014.

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

Color convert

RGB174177223-
CMYK0.220.2100.13
HSL236.33º43.36%77.84%-
HSV(B)236.33º21.97%87.45%-
XYZ46.545.7776.2-
YUV181.35151.51122.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.31%
GREEN value IS 177 (69.53% from 255) = 30.84%
BLUE value IS 223 (87.5% from 255) = 38.85%
R=30.31%
G=30.84%
B=38.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741772230.220.2100.13236.3343.3677.84
HexAEB1DF16150Dec2b4e
Octal256261337262501535453116
Binary101011101011000111011111101101010101101111011001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB1DF; }

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

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

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

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

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

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

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

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