#ABADF6

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

Shades of Perano #ABADF6

Tints of Perano #ABADF6

Color information

#ABADF6 (or 0xABADF6) is unknown color: approx Perano. HEX triplet: AB, AD and F6. RGB value is (171,173,246). Sum of RGB (Red+Green+Blue) = 171+173+246=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 246 (96.48% from 255 or 41.69% from 590); Max value from RGB is 246 - color contains mainly: blue. Hex color #ABADF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABADF6 is #545209. Grayscale: #B4B4B4. Windows color (decimal): -5526026 or 16166315. OLE color: 16166315.

HSL color Cylindrical-coordinate representation of color #ABADF6: hue angle of 238.4º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABADF6 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB171173246-
CMYK0.300.3000.04
HSL238.4º80.65%81.76%-
HSV(B)238.4º30.49%96.47%-
XYZ48.3745.293.36-
YUV180.72164.84121.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.98%
GREEN value IS 173 (67.97% from 255) = 29.32%
BLUE value IS 246 (96.48% from 255) = 41.69%
R=28.98%
G=29.32%
B=41.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1711732460.300.3000.04238.480.6581.76
HexABADF61E1E04ee5152
Octal253255366363604356121122
Binary101010111010110111110110111101111001001110111010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABADF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABADF6; }

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

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

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

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

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

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

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

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