#ABACD6

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

Shades of Wistful #ABACD6

Tints of Wistful #ABACD6

Color information

#ABACD6 (or 0xABACD6) is unknown color: approx Wistful. HEX triplet: AB, AC and D6. RGB value is (171,172,214). Sum of RGB (Red+Green+Blue) = 171+172+214=557 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.70% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 214 (83.98% from 255 or 38.42% from 557); Max value from RGB is 214 - color contains mainly: blue. Hex color #ABACD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABACD6 is #545329. Grayscale: #B0B0B0. Windows color (decimal): -5526314 or 14068907. OLE color: 14068907.

HSL color Cylindrical-coordinate representation of color #ABACD6: hue angle of 238.6º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABACD6 is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB171172214-
CMYK0.200.2000.16
HSL238.6º34.4%75.49%-
HSV(B)238.6º20.09%83.92%-
XYZ43.6843.0269.62-
YUV176.49149.17124.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.70%
GREEN value IS 172 (67.58% from 255) = 30.88%
BLUE value IS 214 (83.98% from 255) = 38.42%
R=30.70%
G=30.88%
B=38.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1711722140.200.2000.16238.634.475.49
HexABACD61414010ef224b
Octal253254326242402035742113
Binary1010101110101100110101101010010100010000111011111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABACD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABACD6; }

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

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

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

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

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

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

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

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