#AAB5F0

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

Shades of Perano #AAB5F0

Tints of Perano #AAB5F0

Color information

#AAB5F0 (or 0xAAB5F0) is unknown color: approx Perano. HEX triplet: AA, B5 and F0. RGB value is (170,181,240). Sum of RGB (Red+Green+Blue) = 170+181+240=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 181 (71.09% from 255 or 30.63% from 591); Blue value is 240 (94.14% from 255 or 40.61% from 591); Max value from RGB is 240 - color contains mainly: blue. Hex color #AAB5F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB5F0 is #554A0F. Grayscale: #B8B8B8. Windows color (decimal): -5589520 or 15775146. OLE color: 15775146.

HSL color Cylindrical-coordinate representation of color #AAB5F0: hue angle of 230.57º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAB5F0 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB170181240-
CMYK0.290.2500.06
HSL230.57º70%80.39%-
HSV(B)230.57º29.17%94.12%-
XYZ48.8347.8989.11-
YUV184.44159.36117.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.76%
GREEN value IS 181 (71.09% from 255) = 30.63%
BLUE value IS 240 (94.14% from 255) = 40.61%
R=28.76%
G=30.63%
B=40.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1701812400.290.2500.06230.577080.39
HexAAB5F01D1906e74650
Octal252265360353106347106120
Binary101010101011010111110000111011100101101110011110001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB5F0; }

 p { color: rgb(170,181,240); }

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

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

 a { background-color: rgb(170,181,240); }

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

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

 span { border-color: rgb(170,181,240); }

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