#AAB9E9

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

Shades of Perano #AAB9E9

Tints of Perano #AAB9E9

Color information

#AAB9E9 (or 0xAAB9E9) is unknown color: approx Perano. HEX triplet: AA, B9 and E9. RGB value is (170,185,233). Sum of RGB (Red+Green+Blue) = 170+185+233=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 185 (72.66% from 255 or 31.46% from 588); Blue value is 233 (91.41% from 255 or 39.63% from 588); Max value from RGB is 233 - color contains mainly: blue. Hex color #AAB9E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB9E9 is #554616. Grayscale: #B9B9B9. Windows color (decimal): -5588503 or 15317418. OLE color: 15317418.

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

Color convert

RGB170185233-
CMYK0.270.2100.09
HSL225.71º58.88%79.02%-
HSV(B)225.71º27.04%91.37%-
XYZ48.6349.1384.01-
YUV185.99154.53116.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.91%
GREEN value IS 185 (72.66% from 255) = 31.46%
BLUE value IS 233 (91.41% from 255) = 39.63%
R=28.91%
G=31.46%
B=39.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1701852330.270.2100.09225.7158.8879.02
HexAAB9E91B1509e23b4f
Octal252271351332501134273117
Binary101010101011100111101001110111010101001111000101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB9E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB9E9; }

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

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

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

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

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

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

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

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