Shades of Silk #BDADA2
Tints of Silk #BDADA2
RGB
CMYK
RGB Variations
Color information
#BDADA2 (or 0xBDADA2) is known color: Silk. HEX triplet: BD, AD and A2. RGB value is (189,173,162). Sum of RGB (Red+Green+Blue) = 189+173+162=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 162 (63.67% from 255 or 30.92% from 524); Max value from RGB is 189 - color contains mainly: red. Hex color #BDADA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDADA2 is #42525D. Grayscale: #B0B0B0. Windows color (decimal): -4346462 or 10661309. OLE color: 10661309.
HSL color Cylindrical-coordinate representation of color #BDADA2: hue angle of 24.44º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDADA2 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 173 | 162 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.26 |
| HSL | 24.44º | 0.17% | 0.69% | - |
| HSV(B) | 24.44º | 0.14% | 0.74% | - |
| XYZ | 42.45 | 43.31 | 40.31 | - |
| YUV | 176.53 | 119.8 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 173 | 162 | 0 | 0.08 | 0.14 | 0.26 | 24.44 | 0.17 | 0.69 |
| Hex | BD | AD | A2 | 0 | 8 | E | 1A | 18 | 11 | 45 |
| Octal | 275 | 255 | 242 | 0 | 10 | 16 | 32 | 30 | 21 | 105 |
| Binary | 10111101 | 10101101 | 10100010 | 0 | 1000 | 1110 | 11010 | 11000 | 10001 | 1000101 |
Color Harmonies of #BDADA2
Complementary color
Monochromatic Colors of #BDADA2
Black with #BDADA2
Text Example
Text Example
White with #BDADA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDADA2; }
p { color: rgb(189,173,162); }
H1.HeaderClassName
{
color: #BDADA2;
}
.AnyTagClassName
{
color: #BDADA2;
}
</style>
background-color css
<style>
a { background-color: #BDADA2; }
a { background-color: rgb(189,173,162); }
div.DivClassName
{
background-color: #BDADA2;
}
.BgClassName
{
background-color: #BDADA2;
}
</style>
border-color css
<style>
span { border-color: #BDADA2; }
span { border-color: rgb(189,173,162); }
td.TdClassName
{
border-color: #BDADA2;
}
.TagClassName
{
border-color: #BDADA2;
}
</style>