Shades of Spun Pearl #ADA7BD
Tints of Spun Pearl #ADA7BD
RGB
CMYK
RGB Variations
Color information
#ADA7BD (or 0xADA7BD) is known color: Spun Pearl. HEX triplet: AD, A7 and BD. RGB value is (173,167,189). Sum of RGB (Red+Green+Blue) = 173+167+189=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 167 (65.62% from 255 or 31.57% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 189 - color contains mainly: blue. Hex color #ADA7BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA7BD is #525842. Grayscale: #ABABAB. Windows color (decimal): -5396547 or 12429229. OLE color: 12429229.
HSL color Cylindrical-coordinate representation of color #ADA7BD: hue angle of 256.36º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADA7BD is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 167 | 189 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.26 |
| HSL | 256.36º | 0.14% | 0.7% | - |
| HSV(B) | 256.36º | 0.12% | 0.74% | - |
| XYZ | 40.24 | 40.2 | 53.78 | - |
| YUV | 171.3 | 137.99 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 189 | 0.08 | 0.12 | 0 | 0.26 | 256.36 | 0.14 | 0.7 |
| Hex | AD | A7 | BD | 8 | C | 0 | 1A | 100 | E | 46 |
| Octal | 255 | 247 | 275 | 10 | 14 | 0 | 32 | 400 | 16 | 106 |
| Binary | 10101101 | 10100111 | 10111101 | 1000 | 1100 | 0 | 11010 | 100000000 | 1110 | 1000110 |
Color Harmonies of #ADA7BD
Complementary color
Monochromatic Colors of #ADA7BD
Black with #ADA7BD
Text Example
Text Example
White with #ADA7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA7BD; }
p { color: rgb(173,167,189); }
H1.HeaderClassName
{
color: #ADA7BD;
}
.AnyTagClassName
{
color: #ADA7BD;
}
</style>
background-color css
<style>
a { background-color: #ADA7BD; }
a { background-color: rgb(173,167,189); }
div.DivClassName
{
background-color: #ADA7BD;
}
.BgClassName
{
background-color: #ADA7BD;
}
</style>
border-color css
<style>
span { border-color: #ADA7BD; }
span { border-color: rgb(173,167,189); }
td.TdClassName
{
border-color: #ADA7BD;
}
.TagClassName
{
border-color: #ADA7BD;
}
</style>