#AFACBE

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

Shades of Wistful #AFACBE

Tints of Wistful #AFACBE

Color information

#AFACBE (or 0xAFACBE) is unknown color: approx Wistful. HEX triplet: AF, AC and BE. RGB value is (175,172,190). Sum of RGB (Red+Green+Blue) = 175+172+190=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 190 - color contains mainly: blue. Hex color #AFACBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACBE is #505341. Grayscale: #AEAEAE. Windows color (decimal): -5264194 or 12496047. OLE color: 12496047.

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

Color convert

RGB175172190-
CMYK0.080.0900.25
HSL250º12.16%70.98%-
HSV(B)250º9.47%74.51%-
XYZ41.7342.3454.69-
YUV174.95136.49128.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.59%
GREEN value IS 172 (67.58% from 255) = 32.03%
BLUE value IS 190 (74.61% from 255) = 35.38%
R=32.59%
G=32.03%
B=35.38%

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
Decimal1751721900.080.0900.2525012.1670.98
HexAFACBE89019fac47
Octal257254276101103137214107
Binary101011111010110010111110100010010110011111101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACBE; }

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

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

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

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

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

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

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

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