Shades of Silk #BAAEA1
Tints of Silk #BAAEA1
RGB
CMYK
RGB Variations
Color information
#BAAEA1 (or 0xBAAEA1) is known color: Silk. HEX triplet: BA, AE and A1. RGB value is (186,174,161). Sum of RGB (Red+Green+Blue) = 186+174+161=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 161 (63.28% from 255 or 30.90% from 521); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAEA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAEA1 is #45515E. Grayscale: #B0B0B0. Windows color (decimal): -4542815 or 10596026. OLE color: 10596026.
HSL color Cylindrical-coordinate representation of color #BAAEA1: hue angle of 31.2º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAAEA1 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 174 | 161 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.27 |
| HSL | 31.2º | 0.15% | 0.68% | - |
| HSV(B) | 31.2º | 0.13% | 0.73% | - |
| XYZ | 41.82 | 43.28 | 39.87 | - |
| YUV | 176.11 | 119.48 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 174 | 161 | 0 | 0.06 | 0.13 | 0.27 | 31.2 | 0.15 | 0.68 |
| Hex | BA | AE | A1 | 0 | 6 | D | 1B | 1F | F | 44 |
| Octal | 272 | 256 | 241 | 0 | 6 | 15 | 33 | 37 | 17 | 104 |
| Binary | 10111010 | 10101110 | 10100001 | 0 | 110 | 1101 | 11011 | 11111 | 1111 | 1000100 |
Color Harmonies of #BAAEA1
Complementary color
Monochromatic Colors of #BAAEA1
Black with #BAAEA1
Text Example
Text Example
White with #BAAEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAEA1; }
p { color: rgb(186,174,161); }
H1.HeaderClassName
{
color: #BAAEA1;
}
.AnyTagClassName
{
color: #BAAEA1;
}
</style>
background-color css
<style>
a { background-color: #BAAEA1; }
a { background-color: rgb(186,174,161); }
div.DivClassName
{
background-color: #BAAEA1;
}
.BgClassName
{
background-color: #BAAEA1;
}
</style>
border-color css
<style>
span { border-color: #BAAEA1; }
span { border-color: rgb(186,174,161); }
td.TdClassName
{
border-color: #BAAEA1;
}
.TagClassName
{
border-color: #BAAEA1;
}
</style>