#ABACD1

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

Shades of Wistful #ABACD1

Tints of Wistful #ABACD1

Color information

#ABACD1 (or 0xABACD1) is unknown color: approx Wistful. HEX triplet: AB, AC and D1. RGB value is (171,172,209). Sum of RGB (Red+Green+Blue) = 171+172+209=552 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.98% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 209 - color contains mainly: blue. Hex color #ABACD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABACD1 is #54532E. Grayscale: #AFAFAF. Windows color (decimal): -5526319 or 13741227. OLE color: 13741227.

HSL color Cylindrical-coordinate representation of color #ABACD1: hue angle of 238.42º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABACD1 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB171172209-
CMYK0.180.1800.18
HSL238.42º29.23%74.51%-
HSV(B)238.42º18.18%81.96%-
XYZ43.0642.7766.31-
YUV175.92146.67124.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.98%
GREEN value IS 172 (67.58% from 255) = 31.16%
BLUE value IS 209 (82.03% from 255) = 37.86%
R=30.98%
G=31.16%
B=37.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1711722090.180.1800.18238.4229.2374.51
HexABACD11212012ee1d4b
Octal253254321222202235635113
Binary101010111010110011010001100101001001001011101110111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABACD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABACD1; }

 p { color: rgb(171,172,209); }

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

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

 a { background-color: rgb(171,172,209); }

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

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

 span { border-color: rgb(171,172,209); }

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