#AEB0DF

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

Shades of Perano #AEB0DF

Tints of Perano #AEB0DF

Color information

#AEB0DF (or 0xAEB0DF) is unknown color: approx Perano. HEX triplet: AE, B0 and DF. RGB value is (174,176,223). Sum of RGB (Red+Green+Blue) = 174+176+223=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 176 (69.14% from 255 or 30.72% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #AEB0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB0DF is #514F20. Grayscale: #B4B4B4. Windows color (decimal): -5328673 or 14659758. OLE color: 14659758.

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

Color convert

RGB174176223-
CMYK0.220.2100.13
HSL237.55º43.36%77.84%-
HSV(B)237.55º21.97%87.45%-
XYZ46.345.3876.13-
YUV180.76151.84123.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.37%
GREEN value IS 176 (69.14% from 255) = 30.72%
BLUE value IS 223 (87.5% from 255) = 38.92%
R=30.37%
G=30.72%
B=38.92%

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
Decimal1741762230.220.2100.13237.5543.3677.84
HexAEB0DF16150Dee2b4e
Octal256260337262501535653116
Binary101011101011000011011111101101010101101111011101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB0DF; }

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

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

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

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

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

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

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

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