#ABBAF0

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

Shades of Perano #ABBAF0

Tints of Perano #ABBAF0

Color information

#ABBAF0 (or 0xABBAF0) is unknown color: approx Perano. HEX triplet: AB, BA and F0. RGB value is (171,186,240). Sum of RGB (Red+Green+Blue) = 171+186+240=597 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.64% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 240 (94.14% from 255 or 40.20% from 597); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABBAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBAF0 is #54450F. Grayscale: #BBBBBB. Windows color (decimal): -5522704 or 15776427. OLE color: 15776427.

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

Color convert

RGB171186240-
CMYK0.290.2200.06
HSL226.96º69.7%80.59%-
HSV(B)226.96º28.75%94.12%-
XYZ50.0850.0789.46-
YUV187.67157.53116.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.64%
GREEN value IS 186 (73.05% from 255) = 31.16%
BLUE value IS 240 (94.14% from 255) = 40.20%
R=28.64%
G=31.16%
B=40.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1711862400.290.2200.06226.9669.780.59
HexABBAF01D1606e34651
Octal253272360352606343106121
Binary101010111011101011110000111011011001101110001110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBAF0; }

 p { color: rgb(171,186,240); }

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

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

 a { background-color: rgb(171,186,240); }

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

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

 span { border-color: rgb(171,186,240); }

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