#AABBE6

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

Shades of Perano #AABBE6

Tints of Perano #AABBE6

Color information

#AABBE6 (or 0xAABBE6) is unknown color: approx Perano. HEX triplet: AA, BB and E6. RGB value is (170,187,230). Sum of RGB (Red+Green+Blue) = 170+187+230=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 230 (90.23% from 255 or 39.18% from 587); Max value from RGB is 230 - color contains mainly: blue. Hex color #AABBE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABBE6 is #554419. Grayscale: #BABABA. Windows color (decimal): -5587994 or 15121322. OLE color: 15121322.

HSL color Cylindrical-coordinate representation of color #AABBE6: hue angle of 223º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AABBE6 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB170187230-
CMYK0.260.1900.10
HSL223º54.55%78.43%-
HSV(B)223º26.09%90.2%-
XYZ48.6349.881.91-
YUV186.82152.37116-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.96%
GREEN value IS 187 (73.44% from 255) = 31.86%
BLUE value IS 230 (90.23% from 255) = 39.18%
R=28.96%
G=31.86%
B=39.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1701872300.260.1900.1022354.5578.43
HexAABBE61A130Adf374e
Octal252273346322301233767116
Binary101010101011101111100110110101001101010110111111101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABBE6; }

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

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

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

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

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

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

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

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