#AEB6DD

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

Shades of Perano #AEB6DD

Tints of Perano #AEB6DD

Color information

#AEB6DD (or 0xAEB6DD) is unknown color: approx Perano. HEX triplet: AE, B6 and DD. RGB value is (174,182,221). Sum of RGB (Red+Green+Blue) = 174+182+221=577 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.16% from 577); Green value is 182 (71.48% from 255 or 31.54% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #AEB6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB6DD is #514922. Grayscale: #B7B7B7. Windows color (decimal): -5327139 or 14530222. OLE color: 14530222.

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

Color convert

RGB174182221-
CMYK0.210.1800.13
HSL229.79º40.87%77.45%-
HSV(B)229.79º21.27%86.67%-
XYZ47.2347.6875.12-
YUV184.05148.85120.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.16%
GREEN value IS 182 (71.48% from 255) = 31.54%
BLUE value IS 221 (86.72% from 255) = 38.30%
R=30.16%
G=31.54%
B=38.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741822210.210.1800.13229.7940.8777.45
HexAEB6DD15120De6294d
Octal256266335252201534651115
Binary101011101011011011011101101011001001101111001101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB6DD; }

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

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

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

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

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

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

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

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