Shades of Spun Pearl #ABA4BC
Tints of Spun Pearl #ABA4BC
RGB
CMYK
RGB Variations
Color information
#ABA4BC (or 0xABA4BC) is known color: Spun Pearl. HEX triplet: AB, A4 and BC. RGB value is (171,164,188). Sum of RGB (Red+Green+Blue) = 171+164+188=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 164 (64.45% from 255 or 31.36% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 188 - color contains mainly: blue. Hex color #ABA4BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA4BC is #545B43. Grayscale: #A8A8A8. Windows color (decimal): -5528388 or 12362923. OLE color: 12362923.
HSL color Cylindrical-coordinate representation of color #ABA4BC: hue angle of 257.5º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABA4BC is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 164 | 188 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.26 |
| HSL | 257.5º | 0.15% | 0.69% | - |
| HSV(B) | 257.5º | 0.13% | 0.74% | - |
| XYZ | 39.15 | 38.84 | 53.01 | - |
| YUV | 168.83 | 138.82 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 188 | 0.09 | 0.13 | 0 | 0.26 | 257.5 | 0.15 | 0.69 |
| Hex | AB | A4 | BC | 9 | D | 0 | 1A | 102 | F | 45 |
| Octal | 253 | 244 | 274 | 11 | 15 | 0 | 32 | 402 | 17 | 105 |
| Binary | 10101011 | 10100100 | 10111100 | 1001 | 1101 | 0 | 11010 | 100000010 | 1111 | 1000101 |
Color Harmonies of #ABA4BC
Complementary color
Monochromatic Colors of #ABA4BC
Black with #ABA4BC
Text Example
Text Example
White with #ABA4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA4BC; }
p { color: rgb(171,164,188); }
H1.HeaderClassName
{
color: #ABA4BC;
}
.AnyTagClassName
{
color: #ABA4BC;
}
</style>
background-color css
<style>
a { background-color: #ABA4BC; }
a { background-color: rgb(171,164,188); }
div.DivClassName
{
background-color: #ABA4BC;
}
.BgClassName
{
background-color: #ABA4BC;
}
</style>
border-color css
<style>
span { border-color: #ABA4BC; }
span { border-color: rgb(171,164,188); }
td.TdClassName
{
border-color: #ABA4BC;
}
.TagClassName
{
border-color: #ABA4BC;
}
</style>