Shades of Spun Pearl #ABA7BC
Tints of Spun Pearl #ABA7BC
RGB
CMYK
RGB Variations
Color information
#ABA7BC (or 0xABA7BC) is known color: Spun Pearl. HEX triplet: AB, A7 and BC. RGB value is (171,167,188). Sum of RGB (Red+Green+Blue) = 171+167+188=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 167 (65.62% from 255 or 31.75% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 188 - color contains mainly: blue. Hex color #ABA7BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA7BC is #545843. Grayscale: #AAAAAA. Windows color (decimal): -5527620 or 12363691. OLE color: 12363691.
HSL color Cylindrical-coordinate representation of color #ABA7BC: hue angle of 251.43º degrees, saturation: 0.14, 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 #ABA7BC is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 171 | 167 | 188 | - |
CMYK | 0.09 | 0.11 | 0 | 0.26 |
HSL | 251.43º | 0.14% | 0.7% | - |
HSV(B) | 251.43º | 0.11% | 0.74% | - |
XYZ | 39.69 | 39.93 | 53.19 | - |
YUV | 170.59 | 137.83 | 128.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 167 | 188 | 0.09 | 0.11 | 0 | 0.26 | 251.43 | 0.14 | 0.7 |
Hex | AB | A7 | BC | 9 | B | 0 | 1A | FB | E | 46 |
Octal | 253 | 247 | 274 | 11 | 13 | 0 | 32 | 373 | 16 | 106 |
Binary | 10101011 | 10100111 | 10111100 | 1001 | 1011 | 0 | 11010 | 11111011 | 1110 | 1000110 |
Color Harmonies of #ABA7BC
Complementary color
Monochromatic Colors of #ABA7BC
Black with #ABA7BC
Text Example
Text Example
White with #ABA7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA7BC; }
p { color: rgb(171,167,188); }
H1.HeaderClassName
{
color: #ABA7BC;
}
.AnyTagClassName
{
color: #ABA7BC;
}
</style>
background-color css
<style>
a { background-color: #ABA7BC; }
a { background-color: rgb(171,167,188); }
div.DivClassName
{
background-color: #ABA7BC;
}
.BgClassName
{
background-color: #ABA7BC;
}
</style>
border-color css
<style>
span { border-color: #ABA7BC; }
span { border-color: rgb(171,167,188); }
td.TdClassName
{
border-color: #ABA7BC;
}
.TagClassName
{
border-color: #ABA7BC;
}
</style>