Shades of Silk #BDAFA2
Tints of Silk #BDAFA2
RGB
CMYK
RGB Variations
Color information
#BDAFA2 (or 0xBDAFA2) is known color: Silk. HEX triplet: BD, AF and A2. RGB value is (189,175,162). Sum of RGB (Red+Green+Blue) = 189+175+162=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 162 (63.67% from 255 or 30.80% from 526); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAFA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAFA2 is #42505D. Grayscale: #B1B1B1. Windows color (decimal): -4345950 or 10661821. OLE color: 10661821.
HSL color Cylindrical-coordinate representation of color #BDAFA2: hue angle of 28.89º 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 #BDAFA2 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 162 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.26 |
| HSL | 28.89º | 0.17% | 0.69% | - |
| HSV(B) | 28.89º | 0.14% | 0.74% | - |
| XYZ | 42.84 | 44.09 | 40.43 | - |
| YUV | 177.7 | 119.14 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 162 | 0 | 0.07 | 0.14 | 0.26 | 28.89 | 0.17 | 0.69 |
| Hex | BD | AF | A2 | 0 | 7 | E | 1A | 1D | 11 | 45 |
| Octal | 275 | 257 | 242 | 0 | 7 | 16 | 32 | 35 | 21 | 105 |
| Binary | 10111101 | 10101111 | 10100010 | 0 | 111 | 1110 | 11010 | 11101 | 10001 | 1000101 |
Color Harmonies of #BDAFA2
Complementary color
Monochromatic Colors of #BDAFA2
Black with #BDAFA2
Text Example
Text Example
White with #BDAFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAFA2; }
p { color: rgb(189,175,162); }
H1.HeaderClassName
{
color: #BDAFA2;
}
.AnyTagClassName
{
color: #BDAFA2;
}
</style>
background-color css
<style>
a { background-color: #BDAFA2; }
a { background-color: rgb(189,175,162); }
div.DivClassName
{
background-color: #BDAFA2;
}
.BgClassName
{
background-color: #BDAFA2;
}
</style>
border-color css
<style>
span { border-color: #BDAFA2; }
span { border-color: rgb(189,175,162); }
td.TdClassName
{
border-color: #BDAFA2;
}
.TagClassName
{
border-color: #BDAFA2;
}
</style>