#ADACBF

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

Shades of Wistful #ADACBF

Tints of Wistful #ADACBF

Color information

#ADACBF (or 0xADACBF) is unknown color: approx Wistful. HEX triplet: AD, AC and BF. RGB value is (173,172,191). Sum of RGB (Red+Green+Blue) = 173+172+191=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 191 - color contains mainly: blue. Hex color #ADACBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACBF is #525340. Grayscale: #AEAEAE. Windows color (decimal): -5395265 or 12561581. OLE color: 12561581.

HSL color Cylindrical-coordinate representation of color #ADACBF: hue angle of 243.16º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADACBF is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB173172191-
CMYK0.090.1000.25
HSL243.16º12.93%71.18%-
HSV(B)243.16º9.95%74.9%-
XYZ41.3942.1555.24-
YUV174.46137.33126.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.28%
GREEN value IS 172 (67.58% from 255) = 32.09%
BLUE value IS 191 (75% from 255) = 35.63%
R=32.28%
G=32.09%
B=35.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731721910.090.1000.25243.1612.9371.18
HexADACBF9A019f3d47
Octal255254277111203136315107
Binary101011011010110010111111100110100110011111001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADACBF; }

 p { color: rgb(173,172,191); }

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

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

 a { background-color: rgb(173,172,191); }

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

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

 span { border-color: rgb(173,172,191); }

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