#ABACD2

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

Shades of Wistful #ABACD2

Tints of Wistful #ABACD2

Color information

#ABACD2 (or 0xABACD2) is unknown color: approx Wistful. HEX triplet: AB, AC and D2. RGB value is (171,172,210). Sum of RGB (Red+Green+Blue) = 171+172+210=553 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.92% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 210 (82.42% from 255 or 37.97% from 553); Max value from RGB is 210 - color contains mainly: blue. Hex color #ABACD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABACD2 is #54532D. Grayscale: #AFAFAF. Windows color (decimal): -5526318 or 13806763. OLE color: 13806763.

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

Color convert

RGB171172210-
CMYK0.190.1800.18
HSL238.46º30.23%74.71%-
HSV(B)238.46º18.57%82.35%-
XYZ43.1842.8266.96-
YUV176.03147.17124.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.92%
GREEN value IS 172 (67.58% from 255) = 31.10%
BLUE value IS 210 (82.42% from 255) = 37.97%
R=30.92%
G=31.10%
B=37.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1711722100.190.1800.18238.4630.2374.71
HexABACD21312012ee1e4b
Octal253254322232202235636113
Binary101010111010110011010010100111001001001011101110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABACD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABACD2; }

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

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

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

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

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

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

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

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