Shades of Silk #BDAFA5
Tints of Silk #BDAFA5
RGB
CMYK
RGB Variations
Color information
#BDAFA5 (or 0xBDAFA5) is known color: Silk. HEX triplet: BD, AF and A5. RGB value is (189,175,165). Sum of RGB (Red+Green+Blue) = 189+175+165=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 165 (64.84% from 255 or 31.19% from 529); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAFA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAFA5 is #42505A. Grayscale: #B2B2B2. Windows color (decimal): -4345947 or 10858429. OLE color: 10858429.
HSL color Cylindrical-coordinate representation of color #BDAFA5: hue angle of 25º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDAFA5 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 165 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.26 |
| HSL | 25º | 0.15% | 0.69% | - |
| HSV(B) | 25º | 0.13% | 0.74% | - |
| XYZ | 43.11 | 44.2 | 41.86 | - |
| YUV | 178.05 | 120.64 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 165 | 0 | 0.07 | 0.13 | 0.26 | 25 | 0.15 | 0.69 |
| Hex | BD | AF | A5 | 0 | 7 | D | 1A | 19 | F | 45 |
| Octal | 275 | 257 | 245 | 0 | 7 | 15 | 32 | 31 | 17 | 105 |
| Binary | 10111101 | 10101111 | 10100101 | 0 | 111 | 1101 | 11010 | 11001 | 1111 | 1000101 |
Color Harmonies of #BDAFA5
Complementary color
Monochromatic Colors of #BDAFA5
Black with #BDAFA5
Text Example
Text Example
White with #BDAFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAFA5; }
p { color: rgb(189,175,165); }
H1.HeaderClassName
{
color: #BDAFA5;
}
.AnyTagClassName
{
color: #BDAFA5;
}
</style>
background-color css
<style>
a { background-color: #BDAFA5; }
a { background-color: rgb(189,175,165); }
div.DivClassName
{
background-color: #BDAFA5;
}
.BgClassName
{
background-color: #BDAFA5;
}
</style>
border-color css
<style>
span { border-color: #BDAFA5; }
span { border-color: rgb(189,175,165); }
td.TdClassName
{
border-color: #BDAFA5;
}
.TagClassName
{
border-color: #BDAFA5;
}
</style>