Shades of Spun Pearl #ADABBD
Tints of Spun Pearl #ADABBD
RGB
CMYK
RGB Variations
Color information
#ADABBD (or 0xADABBD) is known color: Spun Pearl. HEX triplet: AD, AB and BD. RGB value is (173,171,189). Sum of RGB (Red+Green+Blue) = 173+171+189=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 171 (67.19% from 255 or 32.08% 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 #ADABBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABBD is #525442. Grayscale: #ADADAD. Windows color (decimal): -5395523 or 12430253. OLE color: 12430253.
HSL color Cylindrical-coordinate representation of color #ADABBD: hue angle of 246.67º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADABBD is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 171 | 189 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.26 |
| HSL | 246.67º | 0.12% | 0.71% | - |
| HSV(B) | 246.67º | 0.1% | 0.74% | - |
| XYZ | 40.98 | 41.68 | 54.03 | - |
| YUV | 173.65 | 136.66 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 189 | 0.08 | 0.10 | 0 | 0.26 | 246.67 | 0.12 | 0.71 |
| Hex | AD | AB | BD | 8 | A | 0 | 1A | F7 | C | 47 |
| Octal | 255 | 253 | 275 | 10 | 12 | 0 | 32 | 367 | 14 | 107 |
| Binary | 10101101 | 10101011 | 10111101 | 1000 | 1010 | 0 | 11010 | 11110111 | 1100 | 1000111 |
Color Harmonies of #ADABBD
Complementary color
Monochromatic Colors of #ADABBD
Black with #ADABBD
Text Example
Text Example
White with #ADABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADABBD; }
p { color: rgb(173,171,189); }
H1.HeaderClassName
{
color: #ADABBD;
}
.AnyTagClassName
{
color: #ADABBD;
}
</style>
background-color css
<style>
a { background-color: #ADABBD; }
a { background-color: rgb(173,171,189); }
div.DivClassName
{
background-color: #ADABBD;
}
.BgClassName
{
background-color: #ADABBD;
}
</style>
border-color css
<style>
span { border-color: #ADABBD; }
span { border-color: rgb(173,171,189); }
td.TdClassName
{
border-color: #ADABBD;
}
.TagClassName
{
border-color: #ADABBD;
}
</style>