Shades of Silk #B9ADA2
Tints of Silk #B9ADA2
RGB
CMYK
RGB Variations
Color information
#B9ADA2 (or 0xB9ADA2) is known color: Silk. HEX triplet: B9, AD and A2. RGB value is (185,173,162). Sum of RGB (Red+Green+Blue) = 185+173+162=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 162 (63.67% from 255 or 31.15% from 520); Max value from RGB is 185 - color contains mainly: red. Hex color #B9ADA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9ADA2 is #46525D. Grayscale: #AFAFAF. Windows color (decimal): -4608606 or 10661305. OLE color: 10661305.
HSL color Cylindrical-coordinate representation of color #B9ADA2: hue angle of 28.7º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9ADA2 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
RGB | 185 | 173 | 162 | - |
CMYK | 0 | 0.06 | 0.12 | 0.27 |
HSL | 28.7º | 0.14% | 0.68% | - |
HSV(B) | 28.7º | 0.12% | 0.73% | - |
XYZ | 41.47 | 42.81 | 40.26 | - |
YUV | 175.33 | 120.48 | 134.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 173 | 162 | 0 | 0.06 | 0.12 | 0.27 | 28.7 | 0.14 | 0.68 |
Hex | B9 | AD | A2 | 0 | 6 | C | 1B | 1D | E | 44 |
Octal | 271 | 255 | 242 | 0 | 6 | 14 | 33 | 35 | 16 | 104 |
Binary | 10111001 | 10101101 | 10100010 | 0 | 110 | 1100 | 11011 | 11101 | 1110 | 1000100 |
Color Harmonies of #B9ADA2
Complementary color
Monochromatic Colors of #B9ADA2
Black with #B9ADA2
Text Example
Text Example
White with #B9ADA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ADA2; }
p { color: rgb(185,173,162); }
H1.HeaderClassName
{
color: #B9ADA2;
}
.AnyTagClassName
{
color: #B9ADA2;
}
</style>
background-color css
<style>
a { background-color: #B9ADA2; }
a { background-color: rgb(185,173,162); }
div.DivClassName
{
background-color: #B9ADA2;
}
.BgClassName
{
background-color: #B9ADA2;
}
</style>
border-color css
<style>
span { border-color: #B9ADA2; }
span { border-color: rgb(185,173,162); }
td.TdClassName
{
border-color: #B9ADA2;
}
.TagClassName
{
border-color: #B9ADA2;
}
</style>