#AEB9DD

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

Shades of Perano #AEB9DD

Tints of Perano #AEB9DD

Color information

#AEB9DD (or 0xAEB9DD) is unknown color: approx Perano. HEX triplet: AE, B9 and DD. RGB value is (174,185,221). Sum of RGB (Red+Green+Blue) = 174+185+221=580 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #AEB9DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB9DD is #514622. Grayscale: #B9B9B9. Windows color (decimal): -5326371 or 14530990. OLE color: 14530990.

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

Color convert

RGB174185221-
CMYK0.210.1600.13
HSL225.96º40.87%77.45%-
HSV(B)225.96º21.27%86.67%-
XYZ47.8648.9275.33-
YUV185.82147.86119.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30%
GREEN value IS 185 (72.66% from 255) = 31.90%
BLUE value IS 221 (86.72% from 255) = 38.10%
R=30%
G=31.90%
B=38.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741852210.210.1600.13225.9640.8777.45
HexAEB9DD15100De2294d
Octal256271335252001534251115
Binary101011101011100111011101101011000001101111000101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB9DD; }

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

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

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

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

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

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

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

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