Html Css Color HEX #ABA8BA Spun Pearl

📋 copy color: '#ABA8BA'

red 171 ◦ green 168 ◦ blue 186

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

Shades of Spun Pearl #ABA8BA

Tints of Spun Pearl #ABA8BA

RGB

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

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

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

R = 32.57%
G = 32%
B = 35.43%

CMYK

 C value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ABA8BA (or 0xABA8BA) is known color: Spun Pearl. HEX triplet: AB, A8 and BA. RGB value is (171,168,186). Sum of RGB (Red+Green+Blue) = 171+168+186=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 168 (66.02% from 255 or 32% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 186 - color contains mainly: blue. Hex color #ABA8BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA8BA is #545745. Grayscale: #AAAAAA. Windows color (decimal): -5527366 or 12232875. OLE color: 12232875.

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

Color convert

RGB 171 168 186 -
CMYK 0.08 0.10 0 0.27
HSL 250º 0.12% 0.69% -
HSV(B) 250º 0.1% 0.73% -
XYZ 39.66 40.21 52.13 -
YUV 170.95 136.49 128.04 -
System Red Green Blue C M Y K H S L
Decimal 171 168 186 0.08 0.10 0 0.27 250 0.12 0.69
Hex AB A8 BA 8 A 0 1B FA C 45
Octal 253 250 272 10 12 0 33 372 14 105
Binary 10101011 10101000 10111010 1000 1010 0 11011 11111010 1100 1000101

Color Harmonies of #ABA8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA8BA

Black with #ABA8BA

Text Example


Text Example

White with #ABA8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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