#AEB4DB

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

Shades of Perano #AEB4DB

Tints of Perano #AEB4DB

Color information

#AEB4DB (or 0xAEB4DB) is unknown color: approx Perano. HEX triplet: AE, B4 and DB. RGB value is (174,180,219). Sum of RGB (Red+Green+Blue) = 174+180+219=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 180 (70.70% from 255 or 31.41% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #AEB4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB4DB is #514B24. Grayscale: #B6B6B6. Windows color (decimal): -5327653 or 14398638. OLE color: 14398638.

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

Color convert

RGB174180219-
CMYK0.210.1800.14
HSL232º38.46%77.06%-
HSV(B)232º20.55%85.88%-
XYZ46.5646.7673.59-
YUV182.65148.51121.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.37%
GREEN value IS 180 (70.70% from 255) = 31.41%
BLUE value IS 219 (85.94% from 255) = 38.22%
R=30.37%
G=31.41%
B=38.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1741802190.210.1800.1423238.4677.06
HexAEB4DB15120Ee8264d
Octal256264333252201635046115
Binary101011101011010011011011101011001001110111010001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB4DB; }

 p { color: rgb(174,180,219); }

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

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

 a { background-color: rgb(174,180,219); }

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

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

 span { border-color: rgb(174,180,219); }

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