#ABBAFA

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

Shades of Perano #ABBAFA

Tints of Perano #ABBAFA

Color information

#ABBAFA (or 0xABBAFA) is unknown color: approx Perano. HEX triplet: AB, BA and FA. RGB value is (171,186,250). Sum of RGB (Red+Green+Blue) = 171+186+250=607 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.17% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABBAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBAFA is #544505. Grayscale: #BCBCBC. Windows color (decimal): -5522694 or 16431787. OLE color: 16431787.

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

Color convert

RGB171186250-
CMYK0.320.2600.02
HSL228.61º88.76%82.55%-
HSV(B)228.61º31.6%98.04%-
XYZ51.6150.6897.5-
YUV188.81162.53115.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.17%
GREEN value IS 186 (73.05% from 255) = 30.64%
BLUE value IS 250 (98.05% from 255) = 41.19%
R=28.17%
G=30.64%
B=41.19%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711862500.320.2600.02228.6188.7682.55
HexABBAFA201A02e55953
Octal253272372403202345131123
Binary101010111011101011111010100000110100101110010110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBAFA; }

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

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

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

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

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

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

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

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