#AEB8DD

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

Shades of Perano #AEB8DD

Tints of Perano #AEB8DD

Color information

#AEB8DD (or 0xAEB8DD) is unknown color: approx Perano. HEX triplet: AE, B8 and DD. RGB value is (174,184,221). Sum of RGB (Red+Green+Blue) = 174+184+221=579 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.05% from 579); Green value is 184 (72.27% from 255 or 31.78% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #AEB8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB8DD is #514722. Grayscale: #B9B9B9. Windows color (decimal): -5326627 or 14530734. OLE color: 14530734.

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

Color convert

RGB174184221-
CMYK0.210.1700.13
HSL227.23º40.87%77.45%-
HSV(B)227.23º21.27%86.67%-
XYZ47.6548.575.26-
YUV185.23148.19119.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.05%
GREEN value IS 184 (72.27% from 255) = 31.78%
BLUE value IS 221 (86.72% from 255) = 38.17%
R=30.05%
G=31.78%
B=38.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741842210.210.1700.13227.2340.8777.45
HexAEB8DD15110De3294d
Octal256270335252101534351115
Binary101011101011100011011101101011000101101111000111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB8DD; }

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

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

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

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

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

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

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

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