#AFADBE

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

Shades of Wistful #AFADBE

Tints of Wistful #AFADBE

Color information

#AFADBE (or 0xAFADBE) is unknown color: approx Wistful. HEX triplet: AF, AD and BE. RGB value is (175,173,190). Sum of RGB (Red+Green+Blue) = 175+173+190=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 190 - color contains mainly: blue. Hex color #AFADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADBE is #505241. Grayscale: #AFAFAF. Windows color (decimal): -5263938 or 12496303. OLE color: 12496303.

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

Color convert

RGB175173190-
CMYK0.080.0900.25
HSL247.06º11.56%71.18%-
HSV(B)247.06º8.95%74.51%-
XYZ41.9242.7254.75-
YUV175.54136.16127.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.53%
GREEN value IS 173 (67.97% from 255) = 32.16%
BLUE value IS 190 (74.61% from 255) = 35.32%
R=32.53%
G=32.16%
B=35.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751731900.080.0900.25247.0611.5671.18
HexAFADBE89019f7c47
Octal257255276101103136714107
Binary101011111010110110111110100010010110011111011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFADBE; }

 p { color: rgb(175,173,190); }

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

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

 a { background-color: rgb(175,173,190); }

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

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

 span { border-color: rgb(175,173,190); }

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