#AEB3DB

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

Shades of Perano #AEB3DB

Tints of Perano #AEB3DB

Color information

#AEB3DB (or 0xAEB3DB) is unknown color: approx Perano. HEX triplet: AE, B3 and DB. RGB value is (174,179,219). Sum of RGB (Red+Green+Blue) = 174+179+219=572 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.42% from 572); Green value is 179 (70.31% from 255 or 31.29% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #AEB3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB3DB is #514C24. Grayscale: #B5B5B5. Windows color (decimal): -5327909 or 14398382. OLE color: 14398382.

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

Color convert

RGB174179219-
CMYK0.210.1800.14
HSL233.33º38.46%77.06%-
HSV(B)233.33º20.55%85.88%-
XYZ46.3646.3573.52-
YUV182.06148.84122.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.42%
GREEN value IS 179 (70.31% from 255) = 31.29%
BLUE value IS 219 (85.94% from 255) = 38.29%
R=30.42%
G=31.29%
B=38.29%

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
Decimal1741792190.210.1800.14233.3338.4677.06
HexAEB3DB15120Ee9264d
Octal256263333252201635146115
Binary101011101011001111011011101011001001110111010011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB3DB; }

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

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

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

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

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

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

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

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