#AAB6F9

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

Shades of Perano #AAB6F9

Tints of Perano #AAB6F9

Color information

#AAB6F9 (or 0xAAB6F9) is unknown color: approx Perano. HEX triplet: AA, B6 and F9. RGB value is (170,182,249). Sum of RGB (Red+Green+Blue) = 170+182+249=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 182 (71.48% from 255 or 30.28% from 601); Blue value is 249 (97.66% from 255 or 41.43% from 601); Max value from RGB is 249 - color contains mainly: blue. Hex color #AAB6F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB6F9 is #554906. Grayscale: #B9B9B9. Windows color (decimal): -5589255 or 16365226. OLE color: 16365226.

HSL color Cylindrical-coordinate representation of color #AAB6F9: hue angle of 230.89º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAB6F9 is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170182249-
CMYK0.320.2700.02
HSL230.89º86.81%82.16%-
HSV(B)230.89º31.73%97.65%-
XYZ50.448.8496.39-
YUV186.05163.52116.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.29%
GREEN value IS 182 (71.48% from 255) = 30.28%
BLUE value IS 249 (97.66% from 255) = 41.43%
R=28.29%
G=30.28%
B=41.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1701822490.320.2700.02230.8986.8182.16
HexAAB6F9201B02e75752
Octal252266371403302347127122
Binary101010101011011011111001100000110110101110011110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB6F9; }

 p { color: rgb(170,182,249); }

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

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

 a { background-color: rgb(170,182,249); }

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

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

 span { border-color: rgb(170,182,249); }

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