#AAB4E1

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

Shades of Perano #AAB4E1

Tints of Perano #AAB4E1

Color information

#AAB4E1 (or 0xAAB4E1) is unknown color: approx Perano. HEX triplet: AA, B4 and E1. RGB value is (170,180,225). Sum of RGB (Red+Green+Blue) = 170+180+225=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 180 (70.70% from 255 or 31.30% from 575); Blue value is 225 (88.28% from 255 or 39.13% from 575); Max value from RGB is 225 - color contains mainly: blue. Hex color #AAB4E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB4E1 is #554B1E. Grayscale: #B5B5B5. Windows color (decimal): -5589791 or 14791850. OLE color: 14791850.

HSL color Cylindrical-coordinate representation of color #AAB4E1: hue angle of 229.09º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAB4E1 is Cyan = 0.24, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB170180225-
CMYK0.240.200.12
HSL229.09º47.83%77.45%-
HSV(B)229.09º24.44%88.24%-
XYZ46.4946.6277.78-
YUV182.14152.19119.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.57%
GREEN value IS 180 (70.70% from 255) = 31.30%
BLUE value IS 225 (88.28% from 255) = 39.13%
R=29.57%
G=31.30%
B=39.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1701802250.240.200.12229.0947.8377.45
HexAAB4E118140Ce5304d
Octal252264341302401434560115
Binary101010101011010011100001110001010001100111001011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB4E1; }

 p { color: rgb(170,180,225); }

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

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

 a { background-color: rgb(170,180,225); }

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

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

 span { border-color: rgb(170,180,225); }

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