#AABBE0

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

Shades of Perano #AABBE0

Tints of Perano #AABBE0

Color information

#AABBE0 (or 0xAABBE0) is unknown color: approx Perano. HEX triplet: AA, BB and E0. RGB value is (170,187,224). Sum of RGB (Red+Green+Blue) = 170+187+224=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 224 (87.89% from 255 or 38.55% from 581); Max value from RGB is 224 - color contains mainly: blue. Hex color #AABBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBE0 is #55441F. Grayscale: #B9B9B9. Windows color (decimal): -5588000 or 14728106. OLE color: 14728106.

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

Color convert

RGB170187224-
CMYK0.240.1700.12
HSL221.11º46.55%77.25%-
HSV(B)221.11º24.11%87.84%-
XYZ47.849.4777.55-
YUV186.14149.37116.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.26%
GREEN value IS 187 (73.44% from 255) = 32.19%
BLUE value IS 224 (87.89% from 255) = 38.55%
R=29.26%
G=32.19%
B=38.55%

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
Decimal1701872240.240.1700.12221.1146.5577.25
HexAABBE018110Cdd2f4d
Octal252273340302101433557115
Binary101010101011101111100000110001000101100110111011011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABBE0; }

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

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

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

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

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

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

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

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