Shades of Spun Pearl #ABA9BD
Tints of Spun Pearl #ABA9BD
RGB
CMYK
RGB Variations
Color information
#ABA9BD (or 0xABA9BD) is known color: Spun Pearl. HEX triplet: AB, A9 and BD. RGB value is (171,169,189). Sum of RGB (Red+Green+Blue) = 171+169+189=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 169 (66.41% from 255 or 31.95% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 189 - color contains mainly: blue. Hex color #ABA9BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA9BD is #545642. Grayscale: #ABABAB. Windows color (decimal): -5527107 or 12429739. OLE color: 12429739.
HSL color Cylindrical-coordinate representation of color #ABA9BD: hue angle of 246º 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 #ABA9BD is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 169 | 189 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.26 |
| HSL | 246º | 0.13% | 0.7% | - |
| HSV(B) | 246º | 0.11% | 0.74% | - |
| XYZ | 40.17 | 40.71 | 53.88 | - |
| YUV | 171.88 | 137.66 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 169 | 189 | 0.10 | 0.11 | 0 | 0.26 | 246 | 0.13 | 0.7 |
| Hex | AB | A9 | BD | A | B | 0 | 1A | F6 | D | 46 |
| Octal | 253 | 251 | 275 | 12 | 13 | 0 | 32 | 366 | 15 | 106 |
| Binary | 10101011 | 10101001 | 10111101 | 1010 | 1011 | 0 | 11010 | 11110110 | 1101 | 1000110 |
Color Harmonies of #ABA9BD
Complementary color
Monochromatic Colors of #ABA9BD
Black with #ABA9BD
Text Example
Text Example
White with #ABA9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA9BD; }
p { color: rgb(171,169,189); }
H1.HeaderClassName
{
color: #ABA9BD;
}
.AnyTagClassName
{
color: #ABA9BD;
}
</style>
background-color css
<style>
a { background-color: #ABA9BD; }
a { background-color: rgb(171,169,189); }
div.DivClassName
{
background-color: #ABA9BD;
}
.BgClassName
{
background-color: #ABA9BD;
}
</style>
border-color css
<style>
span { border-color: #ABA9BD; }
span { border-color: rgb(171,169,189); }
td.TdClassName
{
border-color: #ABA9BD;
}
.TagClassName
{
border-color: #ABA9BD;
}
</style>