Shades of Spun Pearl #ACABB2
Tints of Spun Pearl #ACABB2
RGB
CMYK
RGB Variations
Color information
#ACABB2 (or 0xACABB2) is known color: Spun Pearl. HEX triplet: AC, AB and B2. RGB value is (172,171,178). Sum of RGB (Red+Green+Blue) = 172+171+178=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 178 (69.92% from 255 or 34.17% from 521); Max value from RGB is 178 - color contains mainly: blue. Hex color #ACABB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACABB2 is #53544D. Grayscale: #ACACAC. Windows color (decimal): -5461070 or 11709356. OLE color: 11709356.
HSL color Cylindrical-coordinate representation of color #ACABB2: hue angle of 248.57º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ACABB2 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 172 | 171 | 178 | - |
CMYK | 0.03 | 0.04 | 0 | 0.30 |
HSL | 248.57º | 0.04% | 0.68% | - |
HSV(B) | 248.57º | 0.04% | 0.7% | - |
XYZ | 39.61 | 41.11 | 47.97 | - |
YUV | 172.1 | 131.33 | 127.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 171 | 178 | 0.03 | 0.04 | 0 | 0.30 | 248.57 | 0.04 | 0.68 |
Hex | AC | AB | B2 | 3 | 4 | 0 | 1E | F9 | 4 | 44 |
Octal | 254 | 253 | 262 | 3 | 4 | 0 | 36 | 371 | 4 | 104 |
Binary | 10101100 | 10101011 | 10110010 | 11 | 100 | 0 | 11110 | 11111001 | 100 | 1000100 |
Color Harmonies of #ACABB2
Complementary color
Monochromatic Colors of #ACABB2
Black with #ACABB2
Text Example
Text Example
White with #ACABB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACABB2; }
p { color: rgb(172,171,178); }
H1.HeaderClassName
{
color: #ACABB2;
}
.AnyTagClassName
{
color: #ACABB2;
}
</style>
background-color css
<style>
a { background-color: #ACABB2; }
a { background-color: rgb(172,171,178); }
div.DivClassName
{
background-color: #ACABB2;
}
.BgClassName
{
background-color: #ACABB2;
}
</style>
border-color css
<style>
span { border-color: #ACABB2; }
span { border-color: rgb(172,171,178); }
td.TdClassName
{
border-color: #ACABB2;
}
.TagClassName
{
border-color: #ACABB2;
}
</style>