Shades of Spun Pearl #ADABBA
Tints of Spun Pearl #ADABBA
RGB
CMYK
RGB Variations
Color information
#ADABBA (or 0xADABBA) is known color: Spun Pearl. HEX triplet: AD, AB and BA. RGB value is (173,171,186). Sum of RGB (Red+Green+Blue) = 173+171+186=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 186 - color contains mainly: blue. Hex color #ADABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABBA is #525445. Grayscale: #ADADAD. Windows color (decimal): -5395526 or 12233645. OLE color: 12233645.
HSL color Cylindrical-coordinate representation of color #ADABBA: hue angle of 248º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADABBA is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 171 | 186 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.27 |
| HSL | 248º | 0.1% | 0.7% | - |
| HSV(B) | 248º | 0.08% | 0.73% | - |
| XYZ | 40.66 | 41.56 | 52.33 | - |
| YUV | 173.31 | 135.16 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 186 | 0.07 | 0.08 | 0 | 0.27 | 248 | 0.1 | 0.7 |
| Hex | AD | AB | BA | 7 | 8 | 0 | 1B | F8 | A | 46 |
| Octal | 255 | 253 | 272 | 7 | 10 | 0 | 33 | 370 | 12 | 106 |
| Binary | 10101101 | 10101011 | 10111010 | 111 | 1000 | 0 | 11011 | 11111000 | 1010 | 1000110 |
Color Harmonies of #ADABBA
Complementary color
Monochromatic Colors of #ADABBA
Black with #ADABBA
Text Example
Text Example
White with #ADABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADABBA; }
p { color: rgb(173,171,186); }
H1.HeaderClassName
{
color: #ADABBA;
}
.AnyTagClassName
{
color: #ADABBA;
}
</style>
background-color css
<style>
a { background-color: #ADABBA; }
a { background-color: rgb(173,171,186); }
div.DivClassName
{
background-color: #ADABBA;
}
.BgClassName
{
background-color: #ADABBA;
}
</style>
border-color css
<style>
span { border-color: #ADABBA; }
span { border-color: rgb(173,171,186); }
td.TdClassName
{
border-color: #ADABBA;
}
.TagClassName
{
border-color: #ADABBA;
}
</style>