#AEABCB

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

Shades of Wistful #AEABCB

Tints of Wistful #AEABCB

Color information

#AEABCB (or 0xAEABCB) is unknown color: approx Wistful. HEX triplet: AE, AB and CB. RGB value is (174,171,203). Sum of RGB (Red+Green+Blue) = 174+171+203=548 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.75% from 548); Green value is 171 (67.19% from 255 or 31.20% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 203 - color contains mainly: blue. Hex color #AEABCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEABCB is #515434. Grayscale: #AFAFAF. Windows color (decimal): -5329973 or 13347758. OLE color: 13347758.

HSL color Cylindrical-coordinate representation of color #AEABCB: hue angle of 245.62º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEABCB is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB174171203-
CMYK0.140.1600.20
HSL245.62º23.53%73.33%-
HSV(B)245.62º15.76%79.61%-
XYZ42.842.4462.44-
YUV175.54143.49126.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.75%
GREEN value IS 171 (67.19% from 255) = 31.20%
BLUE value IS 203 (79.69% from 255) = 37.04%
R=31.75%
G=31.20%
B=37.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741712030.140.1600.20245.6223.5373.33
HexAEABCBE10014f61849
Octal256253313162002436630111
Binary10101110101010111100101111101000001010011110110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEABCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEABCB; }

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

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

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

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

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

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

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

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