#AEB1DC

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

Shades of Perano #AEB1DC

Tints of Perano #AEB1DC

Color information

#AEB1DC (or 0xAEB1DC) is unknown color: approx Perano. HEX triplet: AE, B1 and DC. RGB value is (174,177,220). Sum of RGB (Red+Green+Blue) = 174+177+220=571 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.47% from 571); Green value is 177 (69.53% from 255 or 31.00% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #AEB1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB1DC is #514E23. Grayscale: #B4B4B4. Windows color (decimal): -5328420 or 14463406. OLE color: 14463406.

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

Color convert

RGB174177220-
CMYK0.210.2000.14
HSL236.09º39.66%77.25%-
HSV(B)236.09º20.91%86.27%-
XYZ46.145.6174.08-
YUV181.01150.01123-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.47%
GREEN value IS 177 (69.53% from 255) = 31.00%
BLUE value IS 220 (86.33% from 255) = 38.53%
R=30.47%
G=31.00%
B=38.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1741772200.210.2000.14236.0939.6677.25
HexAEB1DC15140Eec284d
Octal256261334252401635450115
Binary101011101011000111011100101011010001110111011001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB1DC; }

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

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

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

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

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

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

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

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