#ABADF1

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

Shades of Perano #ABADF1

Tints of Perano #ABADF1

Color information

#ABADF1 (or 0xABADF1) is unknown color: approx Perano. HEX triplet: AB, AD and F1. RGB value is (171,173,241). Sum of RGB (Red+Green+Blue) = 171+173+241=585 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.23% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 241 - color contains mainly: blue. Hex color #ABADF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABADF1 is #54520E. Grayscale: #B3B3B3. Windows color (decimal): -5526031 or 15838635. OLE color: 15838635.

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

Color convert

RGB171173241-
CMYK0.290.2800.05
HSL238.29º71.43%80.78%-
HSV(B)238.29º29.05%94.51%-
XYZ47.6244.989.38-
YUV180.15162.34121.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.23%
GREEN value IS 173 (67.97% from 255) = 29.57%
BLUE value IS 241 (94.53% from 255) = 41.20%
R=29.23%
G=29.57%
B=41.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1711732410.290.2800.05238.2971.4380.78
HexABADF11D1C05ee4751
Octal253255361353405356107121
Binary101010111010110111110001111011110001011110111010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABADF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABADF1; }

 p { color: rgb(171,173,241); }

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

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

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

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

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

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

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