Html Css Color HEX #ABA8BB Spun Pearl

📋 copy color: '#ABA8BB'

red 171 ◦ green 168 ◦ blue 187

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

Shades of Spun Pearl #ABA8BB

Tints of Spun Pearl #ABA8BB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.94%

 BLUE value IS 187 (73.44% from 255) = 35.55%

R = 32.51%
G = 31.94%
B = 35.55%

CMYK

 C value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ABA8BB (or 0xABA8BB) is known color: Spun Pearl. HEX triplet: AB, A8 and BB. RGB value is (171,168,187). Sum of RGB (Red+Green+Blue) = 171+168+187=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 168 (66.02% from 255 or 31.94% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 187 - color contains mainly: blue. Hex color #ABA8BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA8BB is #545744. Grayscale: #AAAAAA. Windows color (decimal): -5527365 or 12298411. OLE color: 12298411.

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

Color convert

RGB 171 168 187 -
CMYK 0.09 0.10 0 0.27
HSL 249.47º 0.12% 0.7% -
HSV(B) 249.47º 0.1% 0.73% -
XYZ 39.77 40.25 52.69 -
YUV 171.06 136.99 127.96 -
System Red Green Blue C M Y K H S L
Decimal 171 168 187 0.09 0.10 0 0.27 249.47 0.12 0.7
Hex AB A8 BB 9 A 0 1B F9 C 46
Octal 253 250 273 11 12 0 33 371 14 106
Binary 10101011 10101000 10111011 1001 1010 0 11011 11111001 1100 1000110

Color Harmonies of #ABA8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA8BB

Black with #ABA8BB

Text Example


Text Example

White with #ABA8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA8BB; }

 p { color: rgb(171,168,187); }

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

background-color css

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

 a { background-color: rgb(171,168,187); }

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

border-color css

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

 span { border-color: rgb(171,168,187); }

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