Html Css Color HEX #AEAABC Spun Pearl

📋 copy color: '#AEAABC'

red 174 ◦ green 170 ◦ blue 188

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

Shades of Spun Pearl #AEAABC

Tints of Spun Pearl #AEAABC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.95%

 BLUE value IS 188 (73.83% from 255) = 35.34%

R = 32.71%
G = 31.95%
B = 35.34%

CMYK

 C value IS 0.07

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AEAABC (or 0xAEAABC) is known color: Spun Pearl. HEX triplet: AE, AA and BC. RGB value is (174,170,188). Sum of RGB (Red+Green+Blue) = 174+170+188=532 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.71% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 188 - color contains mainly: blue. Hex color #AEAABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAABC is #515543. Grayscale: #ADADAD. Windows color (decimal): -5330244 or 12364462. OLE color: 12364462.

HSL color Cylindrical-coordinate representation of color #AEAABC: hue angle of 253.33º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEAABC is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 170 188 -
CMYK 0.07 0.10 0 0.26
HSL 253.33º 0.12% 0.7% -
HSV(B) 253.33º 0.1% 0.74% -
XYZ 40.91 41.38 53.41 -
YUV 173.25 136.33 128.54 -
System Red Green Blue C M Y K H S L
Decimal 174 170 188 0.07 0.10 0 0.26 253.33 0.12 0.7
Hex AE AA BC 7 A 0 1A FD C 46
Octal 256 252 274 7 12 0 32 375 14 106
Binary 10101110 10101010 10111100 111 1010 0 11010 11111101 1100 1000110

Color Harmonies of #AEAABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAABC

Black with #AEAABC

Text Example


Text Example

White with #AEAABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAABC; }

 p { color: rgb(174,170,188); }

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

background-color css

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

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

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

border-color css

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

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

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