#AAB8F1

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

Shades of Perano #AAB8F1

Tints of Perano #AAB8F1

Color information

#AAB8F1 (or 0xAAB8F1) is unknown color: approx Perano. HEX triplet: AA, B8 and F1. RGB value is (170,184,241). Sum of RGB (Red+Green+Blue) = 170+184+241=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 184 (72.27% from 255 or 30.92% from 595); Blue value is 241 (94.53% from 255 or 40.50% from 595); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAB8F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB8F1 is #55470E. Grayscale: #BABABA. Windows color (decimal): -5588751 or 15841450. OLE color: 15841450.

HSL color Cylindrical-coordinate representation of color #AAB8F1: hue angle of 228.17º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAB8F1 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170184241-
CMYK0.290.2400.05
HSL228.17º71.72%80.59%-
HSV(B)228.17º29.46%94.51%-
XYZ49.649.1890.1-
YUV186.31158.86116.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.57%
GREEN value IS 184 (72.27% from 255) = 30.92%
BLUE value IS 241 (94.53% from 255) = 40.50%
R=28.57%
G=30.92%
B=40.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1701842410.290.2400.05228.1771.7280.59
HexAAB8F11D1805e44851
Octal252270361353005344110121
Binary101010101011100011110001111011100001011110010010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB8F1; }

 p { color: rgb(170,184,241); }

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

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

 a { background-color: rgb(170,184,241); }

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

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

 span { border-color: rgb(170,184,241); }

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