Html Css Color HEX #ABA9BA Spun Pearl

📋 copy color: '#ABA9BA'

red 171 ◦ green 169 ◦ blue 186

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

Shades of Spun Pearl #ABA9BA

Tints of Spun Pearl #ABA9BA

RGB

 RED value IS 171 (67.19% from 255) = 32.51%

 GREEN value IS 169 (66.41% from 255) = 32.13%

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

R = 32.51%
G = 32.13%
B = 35.36%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ABA9BA (or 0xABA9BA) is known color: Spun Pearl. HEX triplet: AB, A9 and BA. RGB value is (171,169,186). Sum of RGB (Red+Green+Blue) = 171+169+186=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 169 (66.41% from 255 or 32.13% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 186 - color contains mainly: blue. Hex color #ABA9BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA9BA is #545645. Grayscale: #ABABAB. Windows color (decimal): -5527110 or 12233131. OLE color: 12233131.

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

Color convert

RGB 171 169 186 -
CMYK 0.08 0.09 0 0.27
HSL 247.06º 0.11% 0.7% -
HSV(B) 247.06º 0.09% 0.73% -
XYZ 39.85 40.58 52.19 -
YUV 171.54 136.16 127.62 -
System Red Green Blue C M Y K H S L
Decimal 171 169 186 0.08 0.09 0 0.27 247.06 0.11 0.7
Hex AB A9 BA 8 9 0 1B F7 B 46
Octal 253 251 272 10 11 0 33 367 13 106
Binary 10101011 10101001 10111010 1000 1001 0 11011 11110111 1011 1000110

Color Harmonies of #ABA9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA9BA

Black with #ABA9BA

Text Example


Text Example

White with #ABA9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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