#AABBF7

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

Shades of Perano #AABBF7

Tints of Perano #AABBF7

Color information

#AABBF7 (or 0xAABBF7) is unknown color: approx Perano. HEX triplet: AA, BB and F7. RGB value is (170,187,247). Sum of RGB (Red+Green+Blue) = 170+187+247=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 247 (96.88% from 255 or 40.89% from 604); Max value from RGB is 247 - color contains mainly: blue. Hex color #AABBF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABBF7 is #554408. Grayscale: #BCBCBC. Windows color (decimal): -5587977 or 16235434. OLE color: 16235434.

HSL color Cylindrical-coordinate representation of color #AABBF7: hue angle of 226.75º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AABBF7 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB170187247-
CMYK0.310.2400.03
HSL226.75º82.8%81.76%-
HSV(B)226.75º31.17%96.86%-
XYZ51.1450.895.11-
YUV188.76160.87114.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.15%
GREEN value IS 187 (73.44% from 255) = 30.96%
BLUE value IS 247 (96.88% from 255) = 40.89%
R=28.15%
G=30.96%
B=40.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1701872470.310.2400.03226.7582.881.76
HexAABBF71F1803e35352
Octal252273367373003343123122
Binary10101010101110111111011111111110000111110001110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABBF7; }

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

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

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

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

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

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

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

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