#AAB8E5

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

Shades of Perano #AAB8E5

Tints of Perano #AAB8E5

Color information

#AAB8E5 (or 0xAAB8E5) is unknown color: approx Perano. HEX triplet: AA, B8 and E5. RGB value is (170,184,229). Sum of RGB (Red+Green+Blue) = 170+184+229=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 184 (72.27% from 255 or 31.56% from 583); Blue value is 229 (89.84% from 255 or 39.28% from 583); Max value from RGB is 229 - color contains mainly: blue. Hex color #AAB8E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB8E5 is #55471A. Grayscale: #B8B8B8. Windows color (decimal): -5588763 or 15055018. OLE color: 15055018.

HSL color Cylindrical-coordinate representation of color #AAB8E5: hue angle of 225.76º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAB8E5 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB170184229-
CMYK0.260.2000.10
HSL225.76º53.15%78.24%-
HSV(B)225.76º25.76%89.8%-
XYZ47.8648.4880.96-
YUV184.94152.86117.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.16%
GREEN value IS 184 (72.27% from 255) = 31.56%
BLUE value IS 229 (89.84% from 255) = 39.28%
R=29.16%
G=31.56%
B=39.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1701842290.260.2000.10225.7653.1578.24
HexAAB8E51A140Ae2354e
Octal252270345322401234265116
Binary101010101011100011100101110101010001010111000101101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB8E5; }

 p { color: rgb(170,184,229); }

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

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

 a { background-color: rgb(170,184,229); }

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

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

 span { border-color: rgb(170,184,229); }

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