#ABACD0

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

Shades of Wistful #ABACD0

Tints of Wistful #ABACD0

Color information

#ABACD0 (or 0xABACD0) is unknown color: approx Wistful. HEX triplet: AB, AC and D0. RGB value is (171,172,208). Sum of RGB (Red+Green+Blue) = 171+172+208=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 208 - color contains mainly: blue. Hex color #ABACD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABACD0 is #54532F. Grayscale: #AFAFAF. Windows color (decimal): -5526320 or 13675691. OLE color: 13675691.

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

Color convert

RGB171172208-
CMYK0.180.1700.18
HSL238.38º28.24%74.31%-
HSV(B)238.38º17.79%81.57%-
XYZ42.9342.7265.66-
YUV175.8146.17124.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.03%
GREEN value IS 172 (67.58% from 255) = 31.22%
BLUE value IS 208 (81.64% from 255) = 37.75%
R=31.03%
G=31.22%
B=37.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1711722080.180.1700.18238.3828.2474.31
HexABACD01211012ee1c4a
Octal253254320222102235634112
Binary101010111010110011010000100101000101001011101110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABACD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABACD0; }

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

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

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

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

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

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

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

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