#AEABBF

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

Shades of Wistful #AEABBF

Tints of Wistful #AEABBF

Color information

#AEABBF (or 0xAEABBF) is unknown color: approx Wistful. HEX triplet: AE, AB and BF. RGB value is (174,171,191). Sum of RGB (Red+Green+Blue) = 174+171+191=536 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.46% from 536); Green value is 171 (67.19% from 255 or 31.90% 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 #AEABBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEABBF is #515440. Grayscale: #AEAEAE. Windows color (decimal): -5329985 or 12561326. OLE color: 12561326.

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

Color convert

RGB174171191-
CMYK0.090.1000.25
HSL249º13.51%70.98%-
HSV(B)249º10.47%74.9%-
XYZ41.4241.8955.19-
YUV174.18137.49127.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.46%
GREEN value IS 171 (67.19% from 255) = 31.90%
BLUE value IS 191 (75% from 255) = 35.63%
R=32.46%
G=31.90%
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
Decimal1741711910.090.1000.2524913.5170.98
HexAEABBF9A019f9e47
Octal256253277111203137116107
Binary101011101010101110111111100110100110011111100111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEABBF; }

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

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

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

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

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

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

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

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