Html Css Color HEX #ABA8BC Spun Pearl

📋 copy color: '#ABA8BC'

red 171 ◦ green 168 ◦ blue 188

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

Shades of Spun Pearl #ABA8BC

Tints of Spun Pearl #ABA8BC

RGB

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

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

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

R = 32.45%
G = 31.88%
B = 35.67%

CMYK

 C value IS 0.09

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#ABA8BC (or 0xABA8BC) is known color: Spun Pearl. HEX triplet: AB, A8 and BC. RGB value is (171,168,188). Sum of RGB (Red+Green+Blue) = 171+168+188=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 188 - color contains mainly: blue. Hex color #ABA8BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA8BC is #545743. Grayscale: #ABABAB. Windows color (decimal): -5527364 or 12363947. OLE color: 12363947.

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

Color convert

RGB 171 168 188 -
CMYK 0.09 0.11 0 0.26
HSL 249º 0.13% 0.7% -
HSV(B) 249º 0.11% 0.74% -
XYZ 39.87 40.29 53.25 -
YUV 171.18 137.49 127.87 -
System Red Green Blue C M Y K H S L
Decimal 171 168 188 0.09 0.11 0 0.26 249 0.13 0.7
Hex AB A8 BC 9 B 0 1A F9 D 46
Octal 253 250 274 11 13 0 32 371 15 106
Binary 10101011 10101000 10111100 1001 1011 0 11010 11111001 1101 1000110

Color Harmonies of #ABA8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA8BC

Black with #ABA8BC

Text Example


Text Example

White with #ABA8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA8BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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