Shades of Silk #B9ADA6
Tints of Silk #B9ADA6
RGB
CMYK
RGB Variations
Color information
#B9ADA6 (or 0xB9ADA6) is known color: Silk. HEX triplet: B9, AD and A6. RGB value is (185,173,166). Sum of RGB (Red+Green+Blue) = 185+173+166=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 166 (65.23% from 255 or 31.68% from 524); Max value from RGB is 185 - color contains mainly: red. Hex color #B9ADA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9ADA6 is #465259. Grayscale: #AFAFAF. Windows color (decimal): -4608602 or 10923449. OLE color: 10923449.
HSL color Cylindrical-coordinate representation of color #B9ADA6: hue angle of 22.11º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9ADA6 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 173 | 166 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.27 |
| HSL | 22.11º | 0.12% | 0.69% | - |
| HSV(B) | 22.11º | 0.1% | 0.73% | - |
| XYZ | 41.83 | 42.95 | 42.16 | - |
| YUV | 175.79 | 122.48 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 173 | 166 | 0 | 0.06 | 0.10 | 0.27 | 22.11 | 0.12 | 0.69 |
| Hex | B9 | AD | A6 | 0 | 6 | A | 1B | 16 | C | 45 |
| Octal | 271 | 255 | 246 | 0 | 6 | 12 | 33 | 26 | 14 | 105 |
| Binary | 10111001 | 10101101 | 10100110 | 0 | 110 | 1010 | 11011 | 10110 | 1100 | 1000101 |
Color Harmonies of #B9ADA6
Complementary color
Monochromatic Colors of #B9ADA6
Black with #B9ADA6
Text Example
Text Example
White with #B9ADA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ADA6; }
p { color: rgb(185,173,166); }
H1.HeaderClassName
{
color: #B9ADA6;
}
.AnyTagClassName
{
color: #B9ADA6;
}
</style>
background-color css
<style>
a { background-color: #B9ADA6; }
a { background-color: rgb(185,173,166); }
div.DivClassName
{
background-color: #B9ADA6;
}
.BgClassName
{
background-color: #B9ADA6;
}
</style>
border-color css
<style>
span { border-color: #B9ADA6; }
span { border-color: rgb(185,173,166); }
td.TdClassName
{
border-color: #B9ADA6;
}
.TagClassName
{
border-color: #B9ADA6;
}
</style>