Html Css Color HEX #AEACBE Wistful

📋 copy color: '#AEACBE'

red 174 ◦ green 172 ◦ blue 190

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

Shades of Wistful #AEACBE

Tints of Wistful #AEACBE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.09%

 BLUE value IS 190 (74.61% from 255) = 35.45%

R = 32.46%
G = 32.09%
B = 35.45%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AEACBE (or 0xAEACBE) is known color: Wistful. HEX triplet: AE, AC and BE. RGB value is (174,172,190). Sum of RGB (Red+Green+Blue) = 174+172+190=536 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.46% from 536); Green value is 172 (67.58% from 255 or 32.09% 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 #AEACBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEACBE is #515341. Grayscale: #AEAEAE. Windows color (decimal): -5329730 or 12496046. OLE color: 12496046.

HSL color Cylindrical-coordinate representation of color #AEACBE: hue angle of 246.67º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AEACBE is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 172 190 -
CMYK 0.08 0.09 0 0.25
HSL 246.67º 0.12% 0.71% -
HSV(B) 246.67º 0.09% 0.75% -
XYZ 41.5 42.22 54.68 -
YUV 174.65 136.66 127.54 -
System Red Green Blue C M Y K H S L
Decimal 174 172 190 0.08 0.09 0 0.25 246.67 0.12 0.71
Hex AE AC BE 8 9 0 19 F7 C 47
Octal 256 254 276 10 11 0 31 367 14 107
Binary 10101110 10101100 10111110 1000 1001 0 11001 11110111 1100 1000111

Color Harmonies of #AEACBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEACBE

Black with #AEACBE

Text Example


Text Example

White with #AEACBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEACBE; }

 p { color: rgb(174,172,190); }

 H1.HeaderClassName
 {
   color: #AEACBE;
 }
 .AnyTagClassName
 {
   color: #AEACBE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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