#ABAEF0

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

Shades of Perano #ABAEF0

Tints of Perano #ABAEF0

Color information

#ABAEF0 (or 0xABAEF0) is unknown color: approx Perano. HEX triplet: AB, AE and F0. RGB value is (171,174,240). Sum of RGB (Red+Green+Blue) = 171+174+240=585 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.23% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 240 (94.14% from 255 or 41.03% from 585); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABAEF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAEF0 is #54510F. Grayscale: #B4B4B4. Windows color (decimal): -5525776 or 15773355. OLE color: 15773355.

HSL color Cylindrical-coordinate representation of color #ABAEF0: hue angle of 237.39º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABAEF0 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB171174240-
CMYK0.290.2800.06
HSL237.39º69.7%80.59%-
HSV(B)237.39º28.75%94.12%-
XYZ47.6645.2288.65-
YUV180.63161.51121.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.23%
GREEN value IS 174 (68.36% from 255) = 29.74%
BLUE value IS 240 (94.14% from 255) = 41.03%
R=29.23%
G=29.74%
B=41.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1711742400.290.2800.06237.3969.780.59
HexABAEF01D1C06ed4651
Octal253256360353406355106121
Binary101010111010111011110000111011110001101110110110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAEF0; }

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

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

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

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

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

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

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

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