Html Css Color HEX #ABA6BB Spun Pearl

📋 copy color: '#ABA6BB'

red 171 ◦ green 166 ◦ blue 187

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

Shades of Spun Pearl #ABA6BB

Tints of Spun Pearl #ABA6BB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.68%

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

R = 32.63%
G = 31.68%
B = 35.69%

CMYK

 C value IS 0.09

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ABA6BB (or 0xABA6BB) is known color: Spun Pearl. HEX triplet: AB, A6 and BB. RGB value is (171,166,187). Sum of RGB (Red+Green+Blue) = 171+166+187=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 166 (65.23% from 255 or 31.68% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 187 - color contains mainly: blue. Hex color #ABA6BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA6BB is #545944. Grayscale: #A9A9A9. Windows color (decimal): -5527877 or 12297899. OLE color: 12297899.

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

Color convert

RGB 171 166 187 -
CMYK 0.09 0.11 0 0.27
HSL 254.29º 0.13% 0.69% -
HSV(B) 254.29º 0.11% 0.73% -
XYZ 39.4 39.52 52.56 -
YUV 169.89 137.66 128.79 -
System Red Green Blue C M Y K H S L
Decimal 171 166 187 0.09 0.11 0 0.27 254.29 0.13 0.69
Hex AB A6 BB 9 B 0 1B FE D 45
Octal 253 246 273 11 13 0 33 376 15 105
Binary 10101011 10100110 10111011 1001 1011 0 11011 11111110 1101 1000101

Color Harmonies of #ABA6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA6BB

Black with #ABA6BB

Text Example


Text Example

White with #ABA6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA6BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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