Shades of Spun Pearl #ABA5BC
Tints of Spun Pearl #ABA5BC
RGB
CMYK
RGB Variations
Color information
#ABA5BC (or 0xABA5BC) is known color: Spun Pearl. HEX triplet: AB, A5 and BC. RGB value is (171,165,188). Sum of RGB (Red+Green+Blue) = 171+165+188=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 165 (64.84% from 255 or 31.49% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 188 - color contains mainly: blue. Hex color #ABA5BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA5BC is #545A43. Grayscale: #A9A9A9. Windows color (decimal): -5528132 or 12363179. OLE color: 12363179.
HSL color Cylindrical-coordinate representation of color #ABA5BC: hue angle of 255.65º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABA5BC is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 165 | 188 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.26 |
| HSL | 255.65º | 0.15% | 0.69% | - |
| HSV(B) | 255.65º | 0.12% | 0.74% | - |
| XYZ | 39.33 | 39.2 | 53.07 | - |
| YUV | 169.42 | 138.49 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 165 | 188 | 0.09 | 0.12 | 0 | 0.26 | 255.65 | 0.15 | 0.69 |
| Hex | AB | A5 | BC | 9 | C | 0 | 1A | 100 | F | 45 |
| Octal | 253 | 245 | 274 | 11 | 14 | 0 | 32 | 400 | 17 | 105 |
| Binary | 10101011 | 10100101 | 10111100 | 1001 | 1100 | 0 | 11010 | 100000000 | 1111 | 1000101 |
Color Harmonies of #ABA5BC
Complementary color
Monochromatic Colors of #ABA5BC
Black with #ABA5BC
Text Example
Text Example
White with #ABA5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA5BC; }
p { color: rgb(171,165,188); }
H1.HeaderClassName
{
color: #ABA5BC;
}
.AnyTagClassName
{
color: #ABA5BC;
}
</style>
background-color css
<style>
a { background-color: #ABA5BC; }
a { background-color: rgb(171,165,188); }
div.DivClassName
{
background-color: #ABA5BC;
}
.BgClassName
{
background-color: #ABA5BC;
}
</style>
border-color css
<style>
span { border-color: #ABA5BC; }
span { border-color: rgb(171,165,188); }
td.TdClassName
{
border-color: #ABA5BC;
}
.TagClassName
{
border-color: #ABA5BC;
}
</style>