Shades of Spun Pearl #ACACBD
Tints of Spun Pearl #ACACBD
RGB
CMYK
RGB Variations
Color information
#ACACBD (or 0xACACBD) is known color: Spun Pearl. HEX triplet: AC, AC and BD. RGB value is (172,172,189). Sum of RGB (Red+Green+Blue) = 172+172+189=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 189 - color contains mainly: blue. Hex color #ACACBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACBD is #535342. Grayscale: #ADADAD. Windows color (decimal): -5460803 or 12430508. OLE color: 12430508.
HSL color Cylindrical-coordinate representation of color #ACACBD: hue angle of 240º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACACBD is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 172 | 172 | 189 | - |
CMYK | 0.09 | 0.09 | 0 | 0.26 |
HSL | 240º | 0.11% | 0.71% | - |
HSV(B) | 240º | 0.09% | 0.74% | - |
XYZ | 40.95 | 41.95 | 54.08 | - |
YUV | 173.94 | 136.5 | 126.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 172 | 189 | 0.09 | 0.09 | 0 | 0.26 | 240 | 0.11 | 0.71 |
Hex | AC | AC | BD | 9 | 9 | 0 | 1A | F0 | B | 47 |
Octal | 254 | 254 | 275 | 11 | 11 | 0 | 32 | 360 | 13 | 107 |
Binary | 10101100 | 10101100 | 10111101 | 1001 | 1001 | 0 | 11010 | 11110000 | 1011 | 1000111 |
Color Harmonies of #ACACBD
Complementary color
Monochromatic Colors of #ACACBD
Black with #ACACBD
Text Example
Text Example
White with #ACACBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACACBD; }
p { color: rgb(172,172,189); }
H1.HeaderClassName
{
color: #ACACBD;
}
.AnyTagClassName
{
color: #ACACBD;
}
</style>
background-color css
<style>
a { background-color: #ACACBD; }
a { background-color: rgb(172,172,189); }
div.DivClassName
{
background-color: #ACACBD;
}
.BgClassName
{
background-color: #ACACBD;
}
</style>
border-color css
<style>
span { border-color: #ACACBD; }
span { border-color: rgb(172,172,189); }
td.TdClassName
{
border-color: #ACACBD;
}
.TagClassName
{
border-color: #ACACBD;
}
</style>