Shades of Spun Pearl #ACABBD
Tints of Spun Pearl #ACABBD
RGB
CMYK
RGB Variations
Color information
#ACABBD (or 0xACABBD) is known color: Spun Pearl. HEX triplet: AC, AB and BD. RGB value is (172,171,189). Sum of RGB (Red+Green+Blue) = 172+171+189=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 189 - color contains mainly: blue. Hex color #ACABBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABBD is #535442. Grayscale: #ADADAD. Windows color (decimal): -5461059 or 12430252. OLE color: 12430252.
HSL color Cylindrical-coordinate representation of color #ACABBD: hue angle of 243.33º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACABBD is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 171 | 189 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.26 |
| HSL | 243.33º | 0.12% | 0.71% | - |
| HSV(B) | 243.33º | 0.1% | 0.74% | - |
| XYZ | 40.76 | 41.57 | 54.02 | - |
| YUV | 173.35 | 136.83 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 189 | 0.09 | 0.10 | 0 | 0.26 | 243.33 | 0.12 | 0.71 |
| Hex | AC | AB | BD | 9 | A | 0 | 1A | F3 | C | 47 |
| Octal | 254 | 253 | 275 | 11 | 12 | 0 | 32 | 363 | 14 | 107 |
| Binary | 10101100 | 10101011 | 10111101 | 1001 | 1010 | 0 | 11010 | 11110011 | 1100 | 1000111 |
Color Harmonies of #ACABBD
Complementary color
Monochromatic Colors of #ACABBD
Black with #ACABBD
Text Example
Text Example
White with #ACABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACABBD; }
p { color: rgb(172,171,189); }
H1.HeaderClassName
{
color: #ACABBD;
}
.AnyTagClassName
{
color: #ACABBD;
}
</style>
background-color css
<style>
a { background-color: #ACABBD; }
a { background-color: rgb(172,171,189); }
div.DivClassName
{
background-color: #ACABBD;
}
.BgClassName
{
background-color: #ACABBD;
}
</style>
border-color css
<style>
span { border-color: #ACABBD; }
span { border-color: rgb(172,171,189); }
td.TdClassName
{
border-color: #ACABBD;
}
.TagClassName
{
border-color: #ACABBD;
}
</style>