#AEB0DD

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

Shades of Perano #AEB0DD

Tints of Perano #AEB0DD

Color information

#AEB0DD (or 0xAEB0DD) is unknown color: approx Perano. HEX triplet: AE, B0 and DD. RGB value is (174,176,221). Sum of RGB (Red+Green+Blue) = 174+176+221=571 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.47% from 571); Green value is 176 (69.14% from 255 or 30.82% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #AEB0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB0DD is #514F22. Grayscale: #B4B4B4. Windows color (decimal): -5328675 or 14528686. OLE color: 14528686.

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

Color convert

RGB174176221-
CMYK0.210.2000.13
HSL237.45º40.87%77.45%-
HSV(B)237.45º21.27%86.67%-
XYZ46.0345.2774.72-
YUV180.53150.84123.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.47%
GREEN value IS 176 (69.14% from 255) = 30.82%
BLUE value IS 221 (86.72% from 255) = 38.70%
R=30.47%
G=30.82%
B=38.70%

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
Decimal1741762210.210.2000.13237.4540.8777.45
HexAEB0DD15140Ded294d
Octal256260335252401535551115
Binary101011101011000011011101101011010001101111011011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB0DD; }

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

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

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

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

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

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

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

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