#AEAECB

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

Shades of Wistful #AEAECB

Tints of Wistful #AEAECB

Color information

#AEAECB (or 0xAEAECB) is unknown color: approx Wistful. HEX triplet: AE, AE and CB. RGB value is (174,174,203). Sum of RGB (Red+Green+Blue) = 174+174+203=551 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.58% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 203 - color contains mainly: blue. Hex color #AEAECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAECB is #515134. Grayscale: #B1B1B1. Windows color (decimal): -5329205 or 13348526. OLE color: 13348526.

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

Color convert

RGB174174203-
CMYK0.140.1400.20
HSL240º21.8%73.92%-
HSV(B)240º14.29%79.61%-
XYZ43.3743.5862.63-
YUV177.31142.5125.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.58%
GREEN value IS 174 (68.36% from 255) = 31.58%
BLUE value IS 203 (79.69% from 255) = 36.84%
R=31.58%
G=31.58%
B=36.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741742030.140.1400.2024021.873.92
HexAEAECBEE014f0164a
Octal256256313161602436026112
Binary1010111010101110110010111110111001010011110000101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAECB; }

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

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

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

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

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

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

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

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