Shades of Silk #BAAEA0
Tints of Silk #BAAEA0
RGB
CMYK
RGB Variations
Color information
#BAAEA0 (or 0xBAAEA0) is known color: Silk. HEX triplet: BA, AE and A0. RGB value is (186,174,160). Sum of RGB (Red+Green+Blue) = 186+174+160=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 160 (62.89% from 255 or 30.77% from 520); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAEA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAEA0 is #45515F. Grayscale: #B0B0B0. Windows color (decimal): -4542816 or 10530490. OLE color: 10530490.
HSL color Cylindrical-coordinate representation of color #BAAEA0: hue angle of 32.31º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAAEA0 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 174 | 160 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.27 |
| HSL | 32.31º | 0.16% | 0.68% | - |
| HSV(B) | 32.31º | 0.14% | 0.73% | - |
| XYZ | 41.73 | 43.25 | 39.41 | - |
| YUV | 175.99 | 118.98 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 174 | 160 | 0 | 0.06 | 0.14 | 0.27 | 32.31 | 0.16 | 0.68 |
| Hex | BA | AE | A0 | 0 | 6 | E | 1B | 20 | 10 | 44 |
| Octal | 272 | 256 | 240 | 0 | 6 | 16 | 33 | 40 | 20 | 104 |
| Binary | 10111010 | 10101110 | 10100000 | 0 | 110 | 1110 | 11011 | 100000 | 10000 | 1000100 |
Color Harmonies of #BAAEA0
Complementary color
Monochromatic Colors of #BAAEA0
Black with #BAAEA0
Text Example
Text Example
White with #BAAEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAEA0; }
p { color: rgb(186,174,160); }
H1.HeaderClassName
{
color: #BAAEA0;
}
.AnyTagClassName
{
color: #BAAEA0;
}
</style>
background-color css
<style>
a { background-color: #BAAEA0; }
a { background-color: rgb(186,174,160); }
div.DivClassName
{
background-color: #BAAEA0;
}
.BgClassName
{
background-color: #BAAEA0;
}
</style>
border-color css
<style>
span { border-color: #BAAEA0; }
span { border-color: rgb(186,174,160); }
td.TdClassName
{
border-color: #BAAEA0;
}
.TagClassName
{
border-color: #BAAEA0;
}
</style>