#ABACD7

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

Shades of Wistful #ABACD7

Tints of Wistful #ABACD7

Color information

#ABACD7 (or 0xABACD7) is unknown color: approx Wistful. HEX triplet: AB, AC and D7. RGB value is (171,172,215). Sum of RGB (Red+Green+Blue) = 171+172+215=558 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.65% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 215 (84.38% from 255 or 38.53% from 558); Max value from RGB is 215 - color contains mainly: blue. Hex color #ABACD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABACD7 is #545328. Grayscale: #B0B0B0. Windows color (decimal): -5526313 or 14134443. OLE color: 14134443.

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

Color convert

RGB171172215-
CMYK0.200.200.16
HSL238.64º35.48%75.69%-
HSV(B)238.64º20.47%84.31%-
XYZ43.8143.0770.29-
YUV176.6149.67124-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.65%
GREEN value IS 172 (67.58% from 255) = 30.82%
BLUE value IS 215 (84.38% from 255) = 38.53%
R=30.65%
G=30.82%
B=38.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1711722150.200.200.16238.6435.4875.69
HexABACD71414010ef234c
Octal253254327242402035743114
Binary1010101110101100110101111010010100010000111011111000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABACD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABACD7; }

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

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

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

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

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

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

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

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