#AEB7DC

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

Shades of Perano #AEB7DC

Tints of Perano #AEB7DC

Color information

#AEB7DC (or 0xAEB7DC) is unknown color: approx Perano. HEX triplet: AE, B7 and DC. RGB value is (174,183,220). Sum of RGB (Red+Green+Blue) = 174+183+220=577 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.16% from 577); Green value is 183 (71.88% from 255 or 31.72% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #AEB7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB7DC is #514823. Grayscale: #B8B8B8. Windows color (decimal): -5326884 or 14464942. OLE color: 14464942.

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

Color convert

RGB174183220-
CMYK0.210.1700.14
HSL228.26º39.66%77.25%-
HSV(B)228.26º20.91%86.27%-
XYZ47.3148.0374.49-
YUV184.53148.02120.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.16%
GREEN value IS 183 (71.88% from 255) = 31.72%
BLUE value IS 220 (86.33% from 255) = 38.13%
R=30.16%
G=31.72%
B=38.13%

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
Decimal1741832200.210.1700.14228.2639.6677.25
HexAEB7DC15110Ee4284d
Octal256267334252101634450115
Binary101011101011011111011100101011000101110111001001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB7DC; }

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

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

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

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

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

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

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

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