#AEB2DD

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

Shades of Perano #AEB2DD

Tints of Perano #AEB2DD

Color information

#AEB2DD (or 0xAEB2DD) is unknown color: approx Perano. HEX triplet: AE, B2 and DD. RGB value is (174,178,221). Sum of RGB (Red+Green+Blue) = 174+178+221=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #AEB2DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB2DD is #514D22. Grayscale: #B5B5B5. Windows color (decimal): -5328163 or 14529198. OLE color: 14529198.

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

Color convert

RGB174178221-
CMYK0.210.1900.13
HSL234.89º40.87%77.45%-
HSV(B)234.89º21.27%86.67%-
XYZ46.4346.0674.85-
YUV181.71150.17122.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.37%
GREEN value IS 178 (69.92% from 255) = 31.06%
BLUE value IS 221 (86.72% from 255) = 38.57%
R=30.37%
G=31.06%
B=38.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741782210.210.1900.13234.8940.8777.45
HexAEB2DD15130Deb294d
Octal256262335252301535351115
Binary101011101011001011011101101011001101101111010111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB2DD; }

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

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

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

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

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

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

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

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