#ABAFFB

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

Shades of Perano #ABAFFB

Tints of Perano #ABAFFB

Color information

#ABAFFB (or 0xABAFFB) is unknown color: approx Perano. HEX triplet: AB, AF and FB. RGB value is (171,175,251). Sum of RGB (Red+Green+Blue) = 171+175+251=597 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.64% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 251 - color contains mainly: blue. Hex color #ABAFFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAFFB is #545004. Grayscale: #B6B6B6. Windows color (decimal): -5525509 or 16494507. OLE color: 16494507.

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

Color convert

RGB171175251-
CMYK0.320.3000.02
HSL237º90.91%82.75%-
HSV(B)237º31.87%98.43%-
XYZ49.5446.2897.59-
YUV182.47166.67119.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.64%
GREEN value IS 175 (68.75% from 255) = 29.31%
BLUE value IS 251 (98.44% from 255) = 42.04%
R=28.64%
G=29.31%
B=42.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711752510.320.3000.0223790.9182.75
HexABAFFB201E02ed5b53
Octal253257373403602355133123
Binary101010111010111111111011100000111100101110110110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAFFB; }

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

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

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

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

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

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

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

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