Shades of Silk #BCAFA6
Tints of Silk #BCAFA6
RGB
CMYK
RGB Variations
Color information
#BCAFA6 (or 0xBCAFA6) is known color: Silk. HEX triplet: BC, AF and A6. RGB value is (188,175,166). Sum of RGB (Red+Green+Blue) = 188+175+166=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 166 (65.23% from 255 or 31.38% from 529); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAFA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAFA6 is #435059. Grayscale: #B1B1B1. Windows color (decimal): -4411482 or 10923964. OLE color: 10923964.
HSL color Cylindrical-coordinate representation of color #BCAFA6: hue angle of 24.55º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCAFA6 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 166 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.26 |
| HSL | 24.55º | 0.14% | 0.69% | - |
| HSV(B) | 24.55º | 0.12% | 0.74% | - |
| XYZ | 42.95 | 44.1 | 42.33 | - |
| YUV | 177.86 | 121.31 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 166 | 0 | 0.07 | 0.12 | 0.26 | 24.55 | 0.14 | 0.69 |
| Hex | BC | AF | A6 | 0 | 7 | C | 1A | 19 | E | 45 |
| Octal | 274 | 257 | 246 | 0 | 7 | 14 | 32 | 31 | 16 | 105 |
| Binary | 10111100 | 10101111 | 10100110 | 0 | 111 | 1100 | 11010 | 11001 | 1110 | 1000101 |
Color Harmonies of #BCAFA6
Complementary color
Monochromatic Colors of #BCAFA6
Black with #BCAFA6
Text Example
Text Example
White with #BCAFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAFA6; }
p { color: rgb(188,175,166); }
H1.HeaderClassName
{
color: #BCAFA6;
}
.AnyTagClassName
{
color: #BCAFA6;
}
</style>
background-color css
<style>
a { background-color: #BCAFA6; }
a { background-color: rgb(188,175,166); }
div.DivClassName
{
background-color: #BCAFA6;
}
.BgClassName
{
background-color: #BCAFA6;
}
</style>
border-color css
<style>
span { border-color: #BCAFA6; }
span { border-color: rgb(188,175,166); }
td.TdClassName
{
border-color: #BCAFA6;
}
.TagClassName
{
border-color: #BCAFA6;
}
</style>