#AEB3DD

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

Shades of Perano #AEB3DD

Tints of Perano #AEB3DD

Color information

#AEB3DD (or 0xAEB3DD) is unknown color: approx Perano. HEX triplet: AE, B3 and DD. RGB value is (174,179,221). Sum of RGB (Red+Green+Blue) = 174+179+221=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 179 (70.31% from 255 or 31.18% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #AEB3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB3DD is #514C22. Grayscale: #B6B6B6. Windows color (decimal): -5327907 or 14529454. OLE color: 14529454.

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

Color convert

RGB174179221-
CMYK0.210.1900.13
HSL233.62º40.87%77.45%-
HSV(B)233.62º21.27%86.67%-
XYZ46.6346.4674.92-
YUV182.29149.84122.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.31%
GREEN value IS 179 (70.31% from 255) = 31.18%
BLUE value IS 221 (86.72% from 255) = 38.50%
R=30.31%
G=31.18%
B=38.50%

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
Decimal1741792210.210.1900.13233.6240.8777.45
HexAEB3DD15130Dea294d
Octal256263335252301535251115
Binary101011101011001111011101101011001101101111010101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB3DD; }

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

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

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

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

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

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

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

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