Html Css Color HEX #AEABCB Wistful

📋 copy color: '#AEABCB'

red 174 ◦ green 171 ◦ blue 203

#AEABCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wistful #AEABCB

Tints of Wistful #AEABCB

RGB

 RED value IS 174 (68.36% from 255) = 31.75%

 GREEN value IS 171 (67.19% from 255) = 31.2%

 BLUE value IS 203 (79.69% from 255) = 37.04%

R = 31.75%
G = 31.2%
B = 37.04%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AEABCB (or 0xAEABCB) is known color: 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

RGB 174 171 203 -
CMYK 0.14 0.16 0 0.20
HSL 245.63º 0.24% 0.73% -
HSV(B) 245.63º 0.16% 0.8% -
XYZ 42.8 42.44 62.44 -
YUV 175.55 143.49 126.9 -
System Red Green Blue C M Y K H S L
Decimal 174 171 203 0.14 0.16 0 0.20 245.63 0.24 0.73
Hex AE AB CB E 10 0 14 F6 18 49
Octal 256 253 313 16 20 0 24 366 30 111
Binary 10101110 10101011 11001011 1110 10000 0 10100 11110110 11000 1001001

Color Harmonies of #AEABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEABCB

Black with #AEABCB

Text Example


Text Example

White with #AEABCB

Text Example


Text Example

HTML Codes & Css Web 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>