Shades of Spun Pearl #ABAABD
Tints of Spun Pearl #ABAABD
RGB
CMYK
RGB Variations
Color information
#ABAABD (or 0xABAABD) is known color: Spun Pearl. HEX triplet: AB, AA and BD. RGB value is (171,170,189). Sum of RGB (Red+Green+Blue) = 171+170+189=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 189 - color contains mainly: blue. Hex color #ABAABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAABD is #545542. Grayscale: #ACACAC. Windows color (decimal): -5526851 or 12429995. OLE color: 12429995.
HSL color Cylindrical-coordinate representation of color #ABAABD: hue angle of 243.16º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABAABD is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 170 | 189 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.26 |
| HSL | 243.16º | 0.13% | 0.7% | - |
| HSV(B) | 243.16º | 0.1% | 0.74% | - |
| XYZ | 40.35 | 41.08 | 53.95 | - |
| YUV | 172.47 | 137.33 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 189 | 0.10 | 0.10 | 0 | 0.26 | 243.16 | 0.13 | 0.7 |
| Hex | AB | AA | BD | A | A | 0 | 1A | F3 | D | 46 |
| Octal | 253 | 252 | 275 | 12 | 12 | 0 | 32 | 363 | 15 | 106 |
| Binary | 10101011 | 10101010 | 10111101 | 1010 | 1010 | 0 | 11010 | 11110011 | 1101 | 1000110 |
Color Harmonies of #ABAABD
Complementary color
Monochromatic Colors of #ABAABD
Black with #ABAABD
Text Example
Text Example
White with #ABAABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAABD; }
p { color: rgb(171,170,189); }
H1.HeaderClassName
{
color: #ABAABD;
}
.AnyTagClassName
{
color: #ABAABD;
}
</style>
background-color css
<style>
a { background-color: #ABAABD; }
a { background-color: rgb(171,170,189); }
div.DivClassName
{
background-color: #ABAABD;
}
.BgClassName
{
background-color: #ABAABD;
}
</style>
border-color css
<style>
span { border-color: #ABAABD; }
span { border-color: rgb(171,170,189); }
td.TdClassName
{
border-color: #ABAABD;
}
.TagClassName
{
border-color: #ABAABD;
}
</style>