#AABBE1

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

Shades of Perano #AABBE1

Tints of Perano #AABBE1

Color information

#AABBE1 (or 0xAABBE1) is unknown color: approx Perano. HEX triplet: AA, BB and E1. RGB value is (170,187,225). Sum of RGB (Red+Green+Blue) = 170+187+225=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 225 (88.28% from 255 or 38.66% from 582); Max value from RGB is 225 - color contains mainly: blue. Hex color #AABBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBE1 is #55441E. Grayscale: #BABABA. Windows color (decimal): -5587999 or 14793642. OLE color: 14793642.

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

Color convert

RGB170187225-
CMYK0.240.1700.12
HSL221.45º47.83%77.45%-
HSV(B)221.45º24.44%88.24%-
XYZ47.9449.5278.27-
YUV186.25149.87116.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.21%
GREEN value IS 187 (73.44% from 255) = 32.13%
BLUE value IS 225 (88.28% from 255) = 38.66%
R=29.21%
G=32.13%
B=38.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1701872250.240.1700.12221.4547.8377.45
HexAABBE118110Cdd304d
Octal252273341302101433560115
Binary101010101011101111100001110001000101100110111011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABBE1; }

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

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

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

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

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

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

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

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