Html Css Color HEX #AEABBA Spun Pearl

📋 copy color: '#AEABBA'

red 174 ◦ green 171 ◦ blue 186

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

Shades of Spun Pearl #AEABBA

Tints of Spun Pearl #AEABBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.03%

R = 32.77%
G = 32.2%
B = 35.03%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AEABBA (or 0xAEABBA) is known color: Spun Pearl. HEX triplet: AE, AB and BA. RGB value is (174,171,186). Sum of RGB (Red+Green+Blue) = 174+171+186=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 186 - color contains mainly: blue. Hex color #AEABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEABBA is #515445. Grayscale: #ADADAD. Windows color (decimal): -5329990 or 12233646. OLE color: 12233646.

HSL color Cylindrical-coordinate representation of color #AEABBA: hue angle of 252º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AEABBA is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 171 186 -
CMYK 0.06 0.08 0 0.27
HSL 252º 0.1% 0.7% -
HSV(B) 252º 0.08% 0.73% -
XYZ 40.88 41.67 52.34 -
YUV 173.61 134.99 128.28 -
System Red Green Blue C M Y K H S L
Decimal 174 171 186 0.06 0.08 0 0.27 252 0.1 0.7
Hex AE AB BA 6 8 0 1B FC A 46
Octal 256 253 272 6 10 0 33 374 12 106
Binary 10101110 10101011 10111010 110 1000 0 11011 11111100 1010 1000110

Color Harmonies of #AEABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEABBA

Black with #AEABBA

Text Example


Text Example

White with #AEABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEABBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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