Html Css Color HEX #ABA4B8 Spun Pearl

📋 copy color: '#ABA4B8'

red 171 ◦ green 164 ◦ blue 184

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

Shades of Spun Pearl #ABA4B8

Tints of Spun Pearl #ABA4B8

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.6%

 BLUE value IS 184 (72.27% from 255) = 35.45%

R = 32.95%
G = 31.6%
B = 35.45%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#ABA4B8 (or 0xABA4B8) is known color: Spun Pearl. HEX triplet: AB, A4 and B8. RGB value is (171,164,184). Sum of RGB (Red+Green+Blue) = 171+164+184=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 164 (64.45% from 255 or 31.60% from 519); Blue value is 184 (72.27% from 255 or 35.45% from 519); Max value from RGB is 184 - color contains mainly: blue. Hex color #ABA4B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA4B8 is #545B47. Grayscale: #A8A8A8. Windows color (decimal): -5528392 or 12100779. OLE color: 12100779.

HSL color Cylindrical-coordinate representation of color #ABA4B8: hue angle of 261º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABA4B8 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 164 184 -
CMYK 0.07 0.11 0 0.28
HSL 261º 0.12% 0.68% -
HSV(B) 261º 0.11% 0.72% -
XYZ 38.72 38.67 50.77 -
YUV 168.37 136.82 129.87 -
System Red Green Blue C M Y K H S L
Decimal 171 164 184 0.07 0.11 0 0.28 261 0.12 0.68
Hex AB A4 B8 7 B 0 1C 105 C 44
Octal 253 244 270 7 13 0 34 405 14 104
Binary 10101011 10100100 10111000 111 1011 0 11100 100000101 1100 1000100

Color Harmonies of #ABA4B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA4B8

Black with #ABA4B8

Text Example


Text Example

White with #ABA4B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA4B8; }

 p { color: rgb(171,164,184); }

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

background-color css

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

 a { background-color: rgb(171,164,184); }

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

border-color css

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

 span { border-color: rgb(171,164,184); }

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