#ABB1FA

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

Shades of Perano #ABB1FA

Tints of Perano #ABB1FA

Color information

#ABB1FA (or 0xABB1FA) is unknown color: approx Perano. HEX triplet: AB, B1 and FA. RGB value is (171,177,250). Sum of RGB (Red+Green+Blue) = 171+177+250=598 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.60% from 598); Green value is 177 (69.53% from 255 or 29.60% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABB1FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABB1FA is #544E05. Grayscale: #B7B7B7. Windows color (decimal): -5524998 or 16429483. OLE color: 16429483.

HSL color Cylindrical-coordinate representation of color #ABB1FA: hue angle of 235.44º 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 #ABB1FA is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB171177250-
CMYK0.320.2900.02
HSL235.44º88.76%82.55%-
HSV(B)235.44º31.6%98.04%-
XYZ49.774796.89-
YUV183.53165.51119.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.60%
GREEN value IS 177 (69.53% from 255) = 29.60%
BLUE value IS 250 (98.05% from 255) = 41.81%
R=28.60%
G=29.60%
B=41.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711772500.320.2900.02235.4488.7682.55
HexABB1FA201D02eb5953
Octal253261372403502353131123
Binary101010111011000111111010100000111010101110101110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB1FA; }

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

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

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

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

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

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

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

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