#AEB1DD

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

Shades of Perano #AEB1DD

Tints of Perano #AEB1DD

Color information

#AEB1DD (or 0xAEB1DD) is unknown color: approx Perano. HEX triplet: AE, B1 and DD. RGB value is (174,177,221). Sum of RGB (Red+Green+Blue) = 174+177+221=572 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.42% from 572); Green value is 177 (69.53% from 255 or 30.94% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #AEB1DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB1DD is #514E22. Grayscale: #B4B4B4. Windows color (decimal): -5328419 or 14528942. OLE color: 14528942.

HSL color Cylindrical-coordinate representation of color #AEB1DD: hue angle of 236.17º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEB1DD is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174177221-
CMYK0.210.2000.13
HSL236.17º40.87%77.45%-
HSV(B)236.17º21.27%86.67%-
XYZ46.2345.6674.78-
YUV181.12150.51122.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.42%
GREEN value IS 177 (69.53% from 255) = 30.94%
BLUE value IS 221 (86.72% from 255) = 38.64%
R=30.42%
G=30.94%
B=38.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741772210.210.2000.13236.1740.8777.45
HexAEB1DD15140Dec294d
Octal256261335252401535451115
Binary101011101011000111011101101011010001101111011001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB1DD; }

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

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

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

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

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

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

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

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