Shades of Spun Pearl #ADA7BC
Tints of Spun Pearl #ADA7BC
RGB
CMYK
RGB Variations
Color information
#ADA7BC (or 0xADA7BC) is known color: Spun Pearl. HEX triplet: AD, A7 and BC. RGB value is (173,167,188). Sum of RGB (Red+Green+Blue) = 173+167+188=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 167 (65.62% from 255 or 31.63% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 188 - color contains mainly: blue. Hex color #ADA7BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA7BC is #525843. Grayscale: #ABABAB. Windows color (decimal): -5396548 or 12363693. OLE color: 12363693.
HSL color Cylindrical-coordinate representation of color #ADA7BC: hue angle of 257.14º 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 #ADA7BC is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 167 | 188 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.26 |
| HSL | 257.14º | 0.14% | 0.7% | - |
| HSV(B) | 257.14º | 0.11% | 0.74% | - |
| XYZ | 40.13 | 40.15 | 53.21 | - |
| YUV | 171.19 | 137.49 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 188 | 0.08 | 0.11 | 0 | 0.26 | 257.14 | 0.14 | 0.7 |
| Hex | AD | A7 | BC | 8 | B | 0 | 1A | 101 | E | 46 |
| Octal | 255 | 247 | 274 | 10 | 13 | 0 | 32 | 401 | 16 | 106 |
| Binary | 10101101 | 10100111 | 10111100 | 1000 | 1011 | 0 | 11010 | 100000001 | 1110 | 1000110 |
Color Harmonies of #ADA7BC
Complementary color
Monochromatic Colors of #ADA7BC
Black with #ADA7BC
Text Example
Text Example
White with #ADA7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA7BC; }
p { color: rgb(173,167,188); }
H1.HeaderClassName
{
color: #ADA7BC;
}
.AnyTagClassName
{
color: #ADA7BC;
}
</style>
background-color css
<style>
a { background-color: #ADA7BC; }
a { background-color: rgb(173,167,188); }
div.DivClassName
{
background-color: #ADA7BC;
}
.BgClassName
{
background-color: #ADA7BC;
}
</style>
border-color css
<style>
span { border-color: #ADA7BC; }
span { border-color: rgb(173,167,188); }
td.TdClassName
{
border-color: #ADA7BC;
}
.TagClassName
{
border-color: #ADA7BC;
}
</style>