#ADABBF

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

Shades of Wistful #ADABBF

Tints of Wistful #ADABBF

Color information

#ADABBF (or 0xADABBF) is unknown color: approx Wistful. HEX triplet: AD, AB and BF. RGB value is (173,171,191). Sum of RGB (Red+Green+Blue) = 173+171+191=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 191 - color contains mainly: blue. Hex color #ADABBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABBF is #525440. Grayscale: #ADADAD. Windows color (decimal): -5395521 or 12561325. OLE color: 12561325.

HSL color Cylindrical-coordinate representation of color #ADABBF: hue angle of 246º degrees, saturation: 0.14, 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 #ADABBF is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB173171191-
CMYK0.090.1000.25
HSL246º13.51%70.98%-
HSV(B)246º10.47%74.9%-
XYZ41.241.7755.18-
YUV173.88137.66127.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.34%
GREEN value IS 171 (67.19% from 255) = 31.96%
BLUE value IS 191 (75% from 255) = 35.70%
R=32.34%
G=31.96%
B=35.70%

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
Decimal1731711910.090.1000.2524613.5170.98
HexADABBF9A019f6e47
Octal255253277111203136616107
Binary101011011010101110111111100110100110011111011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADABBF; }

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

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

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

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

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

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

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

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