Shades of Spun Pearl #ADA8BD
Tints of Spun Pearl #ADA8BD
RGB
CMYK
RGB Variations
Color information
#ADA8BD (or 0xADA8BD) is known color: Spun Pearl. HEX triplet: AD, A8 and BD. RGB value is (173,168,189). Sum of RGB (Red+Green+Blue) = 173+168+189=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 168 (66.02% from 255 or 31.70% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 189 - color contains mainly: blue. Hex color #ADA8BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA8BD is #525742. Grayscale: #ABABAB. Windows color (decimal): -5396291 or 12429485. OLE color: 12429485.
HSL color Cylindrical-coordinate representation of color #ADA8BD: hue angle of 254.29º 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 #ADA8BD is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 168 | 189 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.26 |
| HSL | 254.29º | 0.14% | 0.7% | - |
| HSV(B) | 254.29º | 0.11% | 0.74% | - |
| XYZ | 40.42 | 40.56 | 53.84 | - |
| YUV | 171.89 | 137.66 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 189 | 0.08 | 0.11 | 0 | 0.26 | 254.29 | 0.14 | 0.7 |
| Hex | AD | A8 | BD | 8 | B | 0 | 1A | FE | E | 46 |
| Octal | 255 | 250 | 275 | 10 | 13 | 0 | 32 | 376 | 16 | 106 |
| Binary | 10101101 | 10101000 | 10111101 | 1000 | 1011 | 0 | 11010 | 11111110 | 1110 | 1000110 |
Color Harmonies of #ADA8BD
Complementary color
Monochromatic Colors of #ADA8BD
Black with #ADA8BD
Text Example
Text Example
White with #ADA8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA8BD; }
p { color: rgb(173,168,189); }
H1.HeaderClassName
{
color: #ADA8BD;
}
.AnyTagClassName
{
color: #ADA8BD;
}
</style>
background-color css
<style>
a { background-color: #ADA8BD; }
a { background-color: rgb(173,168,189); }
div.DivClassName
{
background-color: #ADA8BD;
}
.BgClassName
{
background-color: #ADA8BD;
}
</style>
border-color css
<style>
span { border-color: #ADA8BD; }
span { border-color: rgb(173,168,189); }
td.TdClassName
{
border-color: #ADA8BD;
}
.TagClassName
{
border-color: #ADA8BD;
}
</style>