Shades of Silk #BCAFA2
Tints of Silk #BCAFA2
RGB
CMYK
RGB Variations
Color information
#BCAFA2 (or 0xBCAFA2) is known color: Silk. HEX triplet: BC, AF and A2. RGB value is (188,175,162). Sum of RGB (Red+Green+Blue) = 188+175+162=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 162 (63.67% from 255 or 30.86% from 525); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAFA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAFA2 is #43505D. Grayscale: #B1B1B1. Windows color (decimal): -4411486 or 10661820. OLE color: 10661820.
HSL color Cylindrical-coordinate representation of color #BCAFA2: hue angle of 30º degrees, saturation: 0.16, 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 #BCAFA2 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 162 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.26 |
| HSL | 30º | 0.16% | 0.69% | - |
| HSV(B) | 30º | 0.14% | 0.74% | - |
| XYZ | 42.59 | 43.96 | 40.42 | - |
| YUV | 177.41 | 119.31 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 162 | 0 | 0.07 | 0.14 | 0.26 | 30 | 0.16 | 0.69 |
| Hex | BC | AF | A2 | 0 | 7 | E | 1A | 1E | 10 | 45 |
| Octal | 274 | 257 | 242 | 0 | 7 | 16 | 32 | 36 | 20 | 105 |
| Binary | 10111100 | 10101111 | 10100010 | 0 | 111 | 1110 | 11010 | 11110 | 10000 | 1000101 |
Color Harmonies of #BCAFA2
Complementary color
Monochromatic Colors of #BCAFA2
Black with #BCAFA2
Text Example
Text Example
White with #BCAFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAFA2; }
p { color: rgb(188,175,162); }
H1.HeaderClassName
{
color: #BCAFA2;
}
.AnyTagClassName
{
color: #BCAFA2;
}
</style>
background-color css
<style>
a { background-color: #BCAFA2; }
a { background-color: rgb(188,175,162); }
div.DivClassName
{
background-color: #BCAFA2;
}
.BgClassName
{
background-color: #BCAFA2;
}
</style>
border-color css
<style>
span { border-color: #BCAFA2; }
span { border-color: rgb(188,175,162); }
td.TdClassName
{
border-color: #BCAFA2;
}
.TagClassName
{
border-color: #BCAFA2;
}
</style>