#AABBE9

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

Shades of Perano #AABBE9

Tints of Perano #AABBE9

Color information

#AABBE9 (or 0xAABBE9) is unknown color: approx Perano. HEX triplet: AA, BB and E9. RGB value is (170,187,233). Sum of RGB (Red+Green+Blue) = 170+187+233=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 233 (91.41% from 255 or 39.49% from 590); Max value from RGB is 233 - color contains mainly: blue. Hex color #AABBE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABBE9 is #554416. Grayscale: #BABABA. Windows color (decimal): -5587991 or 15317930. OLE color: 15317930.

HSL color Cylindrical-coordinate representation of color #AABBE9: hue angle of 223.81º degrees, saturation: 0.59, 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 #AABBE9 is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB170187233-
CMYK0.270.2000.09
HSL223.81º58.88%79.02%-
HSV(B)223.81º27.04%91.37%-
XYZ49.0649.9784.15-
YUV187.16153.87115.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.81%
GREEN value IS 187 (73.44% from 255) = 31.69%
BLUE value IS 233 (91.41% from 255) = 39.49%
R=28.81%
G=31.69%
B=39.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1701872330.270.2000.09223.8158.8879.02
HexAABBE91B1409e03b4f
Octal252273351332401134073117
Binary101010101011101111101001110111010001001111000001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABBE9; }

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

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

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

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

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

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

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

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