#AEB1DB

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

Shades of Perano #AEB1DB

Tints of Perano #AEB1DB

Color information

#AEB1DB (or 0xAEB1DB) is unknown color: approx Perano. HEX triplet: AE, B1 and DB. RGB value is (174,177,219). Sum of RGB (Red+Green+Blue) = 174+177+219=570 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.53% from 570); Green value is 177 (69.53% from 255 or 31.05% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #AEB1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB1DB is #514E24. Grayscale: #B4B4B4. Windows color (decimal): -5328421 or 14397870. OLE color: 14397870.

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

Color convert

RGB174177219-
CMYK0.210.1900.14
HSL236º38.46%77.06%-
HSV(B)236º20.55%85.88%-
XYZ45.9645.5673.39-
YUV180.89149.51123.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.53%
GREEN value IS 177 (69.53% from 255) = 31.05%
BLUE value IS 219 (85.94% from 255) = 38.42%
R=30.53%
G=31.05%
B=38.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1741772190.210.1900.1423638.4677.06
HexAEB1DB15130Eec264d
Octal256261333252301635446115
Binary101011101011000111011011101011001101110111011001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB1DB; }

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

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

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

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

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

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

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

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