#AABCE9

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

Shades of Perano #AABCE9

Tints of Perano #AABCE9

Color information

#AABCE9 (or 0xAABCE9) is unknown color: approx Perano. HEX triplet: AA, BC and E9. RGB value is (170,188,233). Sum of RGB (Red+Green+Blue) = 170+188+233=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 233 (91.41% from 255 or 39.42% from 591); Max value from RGB is 233 - color contains mainly: blue. Hex color #AABCE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABCE9 is #554316. Grayscale: #BBBBBB. Windows color (decimal): -5587735 or 15318186. OLE color: 15318186.

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

Color convert

RGB170188233-
CMYK0.270.1900.09
HSL222.86º58.88%79.02%-
HSV(B)222.86º27.04%91.37%-
XYZ49.2750.484.22-
YUV187.75153.54115.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.76%
GREEN value IS 188 (73.83% from 255) = 31.81%
BLUE value IS 233 (91.41% from 255) = 39.42%
R=28.76%
G=31.81%
B=39.42%

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
Decimal1701882330.270.1900.09222.8658.8879.02
HexAABCE91B1309df3b4f
Octal252274351332301133773117
Binary101010101011110011101001110111001101001110111111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABCE9; }

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

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

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

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

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

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

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

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