#AFABBE

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

Shades of Wistful #AFABBE

Tints of Wistful #AFABBE

Color information

#AFABBE (or 0xAFABBE) is unknown color: approx Wistful. HEX triplet: AF, AB and BE. RGB value is (175,171,190). Sum of RGB (Red+Green+Blue) = 175+171+190=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 190 - color contains mainly: blue. Hex color #AFABBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFABBE is #505441. Grayscale: #AEAEAE. Windows color (decimal): -5264450 or 12495791. OLE color: 12495791.

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

Color convert

RGB175171190-
CMYK0.080.1000.25
HSL252.63º12.75%70.78%-
HSV(B)252.63º10%74.51%-
XYZ41.5441.9654.62-
YUV174.36136.83128.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.65%
GREEN value IS 171 (67.19% from 255) = 31.90%
BLUE value IS 190 (74.61% from 255) = 35.45%
R=32.65%
G=31.90%
B=35.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751711900.080.1000.25252.6312.7570.78
HexAFABBE8A019fdd47
Octal257253276101203137515107
Binary101011111010101110111110100010100110011111110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFABBE; }

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

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

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

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

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

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

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

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