#AEB9DC

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

Shades of Perano #AEB9DC

Tints of Perano #AEB9DC

Color information

#AEB9DC (or 0xAEB9DC) is unknown color: approx Perano. HEX triplet: AE, B9 and DC. RGB value is (174,185,220). Sum of RGB (Red+Green+Blue) = 174+185+220=579 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.05% from 579); Green value is 185 (72.66% from 255 or 31.95% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 220 - color contains mainly: blue. Hex color #AEB9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB9DC is #514623. Grayscale: #B9B9B9. Windows color (decimal): -5326372 or 14465454. OLE color: 14465454.

HSL color Cylindrical-coordinate representation of color #AEB9DC: hue angle of 225.65º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEB9DC is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB174185220-
CMYK0.210.1600.14
HSL225.65º39.66%77.25%-
HSV(B)225.65º20.91%86.27%-
XYZ47.7248.8674.63-
YUV185.7147.36119.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.05%
GREEN value IS 185 (72.66% from 255) = 31.95%
BLUE value IS 220 (86.33% from 255) = 38.00%
R=30.05%
G=31.95%
B=38.00%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1741852200.210.1600.14225.6539.6677.25
HexAEB9DC15100Ee2284d
Octal256271334252001634250115
Binary101011101011100111011100101011000001110111000101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB9DC; }

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

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

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

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

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

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

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

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