#AEB1D9

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

Shades of Perano #AEB1D9

Tints of Perano #AEB1D9

Color information

#AEB1D9 (or 0xAEB1D9) is unknown color: approx Perano. HEX triplet: AE, B1 and D9. RGB value is (174,177,217). Sum of RGB (Red+Green+Blue) = 174+177+217=568 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.63% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 217 (85.16% from 255 or 38.20% from 568); Max value from RGB is 217 - color contains mainly: blue. Hex color #AEB1D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB1D9 is #514E26. Grayscale: #B4B4B4. Windows color (decimal): -5328423 or 14266798. OLE color: 14266798.

HSL color Cylindrical-coordinate representation of color #AEB1D9: hue angle of 235.81º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEB1D9 is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB174177217-
CMYK0.200.1800.15
HSL235.81º36.13%76.67%-
HSV(B)235.81º19.82%85.1%-
XYZ45.745.4572.01-
YUV180.66148.51123.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.63%
GREEN value IS 177 (69.53% from 255) = 31.16%
BLUE value IS 217 (85.16% from 255) = 38.20%
R=30.63%
G=31.16%
B=38.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1741772170.200.1800.15235.8136.1376.67
HexAEB1D914120Fec244d
Octal256261331242201735444115
Binary101011101011000111011001101001001001111111011001001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB1D9; }

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

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

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

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

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

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

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

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