Html Css Color HEX #ABA9BC Spun Pearl

📋 copy color: '#ABA9BC'

red 171 ◦ green 169 ◦ blue 188

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

Shades of Spun Pearl #ABA9BC

Tints of Spun Pearl #ABA9BC

RGB

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

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

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

R = 32.39%
G = 32.01%
B = 35.61%

CMYK

 C value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#ABA9BC (or 0xABA9BC) is known color: Spun Pearl. HEX triplet: AB, A9 and BC. RGB value is (171,169,188). Sum of RGB (Red+Green+Blue) = 171+169+188=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 169 (66.41% from 255 or 32.01% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 188 - color contains mainly: blue. Hex color #ABA9BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA9BC is #545643. Grayscale: #ABABAB. Windows color (decimal): -5527108 or 12364203. OLE color: 12364203.

HSL color Cylindrical-coordinate representation of color #ABA9BC: hue angle of 246.32º 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 #ABA9BC is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 169 188 -
CMYK 0.09 0.10 0 0.26
HSL 246.32º 0.12% 0.7% -
HSV(B) 246.32º 0.1% 0.74% -
XYZ 40.06 40.66 53.31 -
YUV 171.76 137.16 127.46 -
System Red Green Blue C M Y K H S L
Decimal 171 169 188 0.09 0.10 0 0.26 246.32 0.12 0.7
Hex AB A9 BC 9 A 0 1A F6 C 46
Octal 253 251 274 11 12 0 32 366 14 106
Binary 10101011 10101001 10111100 1001 1010 0 11010 11110110 1100 1000110

Color Harmonies of #ABA9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA9BC

Black with #ABA9BC

Text Example


Text Example

White with #ABA9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA9BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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