#AEB6DB

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

Shades of Perano #AEB6DB

Tints of Perano #AEB6DB

Color information

#AEB6DB (or 0xAEB6DB) is unknown color: approx Perano. HEX triplet: AE, B6 and DB. RGB value is (174,182,219). Sum of RGB (Red+Green+Blue) = 174+182+219=575 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.26% from 575); Green value is 182 (71.48% from 255 or 31.65% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #AEB6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB6DB is #514924. Grayscale: #B7B7B7. Windows color (decimal): -5327141 or 14399150. OLE color: 14399150.

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

Color convert

RGB174182219-
CMYK0.210.1700.14
HSL229.33º38.46%77.06%-
HSV(B)229.33º20.55%85.88%-
XYZ46.9747.5773.72-
YUV183.83147.85120.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.26%
GREEN value IS 182 (71.48% from 255) = 31.65%
BLUE value IS 219 (85.94% from 255) = 38.09%
R=30.26%
G=31.65%
B=38.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1741822190.210.1700.14229.3338.4677.06
HexAEB6DB15110Ee5264d
Octal256266333252101634546115
Binary101011101011011011011011101011000101110111001011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB6DB; }

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

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

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

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

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

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

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

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