#ABABFB

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

Shades of Perano #ABABFB

Tints of Perano #ABABFB

Color information

#ABABFB (or 0xABABFB) is unknown color: approx Perano. HEX triplet: AB, AB and FB. RGB value is (171,171,251). Sum of RGB (Red+Green+Blue) = 171+171+251=593 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.84% from 593); Green value is 171 (67.19% from 255 or 28.84% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #ABABFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABABFB is #545404. Grayscale: #B3B3B3. Windows color (decimal): -5526533 or 16493483. OLE color: 16493483.

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

Color convert

RGB171171251-
CMYK0.320.3200.02
HSL240º90.91%82.75%-
HSV(B)240º31.87%98.43%-
XYZ48.7744.7597.33-
YUV180.12168121.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.84%
GREEN value IS 171 (67.19% from 255) = 28.84%
BLUE value IS 251 (98.44% from 255) = 42.33%
R=28.84%
G=28.84%
B=42.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711712510.320.3200.0224090.9182.75
HexABABFB202002f05b53
Octal253253373404002360133123
Binary1010101110101011111110111000001000000101111000010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABABFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABABFB; }

 p { color: rgb(171,171,251); }

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

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

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

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

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

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

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