#AEB6DC

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

Shades of Perano #AEB6DC

Tints of Perano #AEB6DC

Color information

#AEB6DC (or 0xAEB6DC) is unknown color: approx Perano. HEX triplet: AE, B6 and DC. RGB value is (174,182,220). Sum of RGB (Red+Green+Blue) = 174+182+220=576 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.21% from 576); Green value is 182 (71.48% from 255 or 31.60% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #AEB6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB6DC is #514923. Grayscale: #B7B7B7. Windows color (decimal): -5327140 or 14464686. OLE color: 14464686.

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

Color convert

RGB174182220-
CMYK0.210.1700.14
HSL229.57º39.66%77.25%-
HSV(B)229.57º20.91%86.27%-
XYZ47.147.6274.42-
YUV183.94148.35120.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.21%
GREEN value IS 182 (71.48% from 255) = 31.60%
BLUE value IS 220 (86.33% from 255) = 38.19%
R=30.21%
G=31.60%
B=38.19%

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
Decimal1741822200.210.1700.14229.5739.6677.25
HexAEB6DC15110Ee6284d
Octal256266334252101634650115
Binary101011101011011011011100101011000101110111001101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB6DC; }

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

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

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

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

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

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

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

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