#AABBE8

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

Shades of Perano #AABBE8

Tints of Perano #AABBE8

Color information

#AABBE8 (or 0xAABBE8) is unknown color: approx Perano. HEX triplet: AA, BB and E8. RGB value is (170,187,232). Sum of RGB (Red+Green+Blue) = 170+187+232=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 232 (91.02% from 255 or 39.39% from 589); Max value from RGB is 232 - color contains mainly: blue. Hex color #AABBE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABBE8 is #554417. Grayscale: #BABABA. Windows color (decimal): -5587992 or 15252394. OLE color: 15252394.

HSL color Cylindrical-coordinate representation of color #AABBE8: hue angle of 223.55º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AABBE8 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB170187232-
CMYK0.270.1900.09
HSL223.55º57.41%78.82%-
HSV(B)223.55º26.72%90.98%-
XYZ48.9149.9183.4-
YUV187.05153.37115.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.86%
GREEN value IS 187 (73.44% from 255) = 31.75%
BLUE value IS 232 (91.02% from 255) = 39.39%
R=28.86%
G=31.75%
B=39.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1701872320.270.1900.09223.5557.4178.82
HexAABBE81B1309e0394f
Octal252273350332301134071117
Binary101010101011101111101000110111001101001111000001110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABBE8; }

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

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

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

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

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

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

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

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