Html Css Color HEX #AEABCE Wistful

📋 copy color: '#AEABCE'

red 174 ◦ green 171 ◦ blue 206

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

Shades of Wistful #AEABCE

Tints of Wistful #AEABCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.39%

R = 31.58%
G = 31.03%
B = 37.39%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AEABCE (or 0xAEABCE) is known color: Wistful. HEX triplet: AE, AB and CE. RGB value is (174,171,206). Sum of RGB (Red+Green+Blue) = 174+171+206=551 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.58% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 206 - color contains mainly: blue. Hex color #AEABCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEABCE is #515431. Grayscale: #AFAFAF. Windows color (decimal): -5329970 or 13544366. OLE color: 13544366.

HSL color Cylindrical-coordinate representation of color #AEABCE: hue angle of 245.14º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AEABCE is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 171 206 -
CMYK 0.16 0.17 0 0.19
HSL 245.14º 0.26% 0.74% -
HSV(B) 245.14º 0.17% 0.81% -
XYZ 43.16 42.58 64.34 -
YUV 175.89 144.99 126.65 -
System Red Green Blue C M Y K H S L
Decimal 174 171 206 0.16 0.17 0 0.19 245.14 0.26 0.74
Hex AE AB CE 10 11 0 13 F5 1A 4A
Octal 256 253 316 20 21 0 23 365 32 112
Binary 10101110 10101011 11001110 10000 10001 0 10011 11110101 11010 1001010

Color Harmonies of #AEABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEABCE

Black with #AEABCE

Text Example


Text Example

White with #AEABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEABCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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