#ABAEFB

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

Shades of Perano #ABAEFB

Tints of Perano #ABAEFB

Color information

#ABAEFB (or 0xABAEFB) is unknown color: approx Perano. HEX triplet: AB, AE and FB. RGB value is (171,174,251). Sum of RGB (Red+Green+Blue) = 171+174+251=596 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.69% from 596); Green value is 174 (68.36% from 255 or 29.19% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 251 - color contains mainly: blue. Hex color #ABAEFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAEFB is #545104. Grayscale: #B5B5B5. Windows color (decimal): -5525765 or 16494251. OLE color: 16494251.

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

Color convert

RGB171174251-
CMYK0.320.3100.02
HSL237.75º90.91%82.75%-
HSV(B)237.75º31.87%98.43%-
XYZ49.3445.997.52-
YUV181.88167.01120.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.69%
GREEN value IS 174 (68.36% from 255) = 29.19%
BLUE value IS 251 (98.44% from 255) = 42.11%
R=28.69%
G=29.19%
B=42.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711742510.320.3100.02237.7590.9182.75
HexABAEFB201F02ee5b53
Octal253256373403702356133123
Binary101010111010111011111011100000111110101110111010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAEFB; }

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

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

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

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

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

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

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

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