Shades of Spun Pearl #ABA6BD
Tints of Spun Pearl #ABA6BD
RGB
CMYK
RGB Variations
Color information
#ABA6BD (or 0xABA6BD) is known color: Spun Pearl. HEX triplet: AB, A6 and BD. RGB value is (171,166,189). Sum of RGB (Red+Green+Blue) = 171+166+189=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 166 (65.23% from 255 or 31.56% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 189 - color contains mainly: blue. Hex color #ABA6BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA6BD is #545942. Grayscale: #AAAAAA. Windows color (decimal): -5527875 or 12428971. OLE color: 12428971.
HSL color Cylindrical-coordinate representation of color #ABA6BD: hue angle of 253.04º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABA6BD is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 166 | 189 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.26 |
| HSL | 253.04º | 0.15% | 0.7% | - |
| HSV(B) | 253.04º | 0.12% | 0.74% | - |
| XYZ | 39.62 | 39.6 | 53.7 | - |
| YUV | 170.12 | 138.66 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 189 | 0.10 | 0.12 | 0 | 0.26 | 253.04 | 0.15 | 0.7 |
| Hex | AB | A6 | BD | A | C | 0 | 1A | FD | F | 46 |
| Octal | 253 | 246 | 275 | 12 | 14 | 0 | 32 | 375 | 17 | 106 |
| Binary | 10101011 | 10100110 | 10111101 | 1010 | 1100 | 0 | 11010 | 11111101 | 1111 | 1000110 |
Color Harmonies of #ABA6BD
Complementary color
Monochromatic Colors of #ABA6BD
Black with #ABA6BD
Text Example
Text Example
White with #ABA6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA6BD; }
p { color: rgb(171,166,189); }
H1.HeaderClassName
{
color: #ABA6BD;
}
.AnyTagClassName
{
color: #ABA6BD;
}
</style>
background-color css
<style>
a { background-color: #ABA6BD; }
a { background-color: rgb(171,166,189); }
div.DivClassName
{
background-color: #ABA6BD;
}
.BgClassName
{
background-color: #ABA6BD;
}
</style>
border-color css
<style>
span { border-color: #ABA6BD; }
span { border-color: rgb(171,166,189); }
td.TdClassName
{
border-color: #ABA6BD;
}
.TagClassName
{
border-color: #ABA6BD;
}
</style>