Shades of Spun Pearl #ADADBD
Tints of Spun Pearl #ADADBD
RGB
CMYK
RGB Variations
Color information
#ADADBD (or 0xADADBD) is known color: Spun Pearl. HEX triplet: AD, AD and BD. RGB value is (173,173,189). Sum of RGB (Red+Green+Blue) = 173+173+189=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 189 - color contains mainly: blue. Hex color #ADADBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADBD is #525242. Grayscale: #AEAEAE. Windows color (decimal): -5395011 or 12430765. OLE color: 12430765.
HSL color Cylindrical-coordinate representation of color #ADADBD: hue angle of 240º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADADBD is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 173 | 173 | 189 | - |
CMYK | 0.08 | 0.08 | 0 | 0.26 |
HSL | 240º | 0.11% | 0.71% | - |
HSV(B) | 240º | 0.08% | 0.74% | - |
XYZ | 41.36 | 42.45 | 54.16 | - |
YUV | 174.82 | 136 | 126.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 173 | 189 | 0.08 | 0.08 | 0 | 0.26 | 240 | 0.11 | 0.71 |
Hex | AD | AD | BD | 8 | 8 | 0 | 1A | F0 | B | 47 |
Octal | 255 | 255 | 275 | 10 | 10 | 0 | 32 | 360 | 13 | 107 |
Binary | 10101101 | 10101101 | 10111101 | 1000 | 1000 | 0 | 11010 | 11110000 | 1011 | 1000111 |
Color Harmonies of #ADADBD
Complementary color
Monochromatic Colors of #ADADBD
Black with #ADADBD
Text Example
Text Example
White with #ADADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADADBD; }
p { color: rgb(173,173,189); }
H1.HeaderClassName
{
color: #ADADBD;
}
.AnyTagClassName
{
color: #ADADBD;
}
</style>
background-color css
<style>
a { background-color: #ADADBD; }
a { background-color: rgb(173,173,189); }
div.DivClassName
{
background-color: #ADADBD;
}
.BgClassName
{
background-color: #ADADBD;
}
</style>
border-color css
<style>
span { border-color: #ADADBD; }
span { border-color: rgb(173,173,189); }
td.TdClassName
{
border-color: #ADADBD;
}
.TagClassName
{
border-color: #ADADBD;
}
</style>