Shades of Silk #BAAEA6
Tints of Silk #BAAEA6
RGB
CMYK
RGB Variations
Color information
#BAAEA6 (or 0xBAAEA6) is known color: Silk. HEX triplet: BA, AE and A6. RGB value is (186,174,166). Sum of RGB (Red+Green+Blue) = 186+174+166=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 166 (65.23% from 255 or 31.56% from 526); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAEA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAEA6 is #455159. Grayscale: #B0B0B0. Windows color (decimal): -4542810 or 10923706. OLE color: 10923706.
HSL color Cylindrical-coordinate representation of color #BAAEA6: hue angle of 24º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAAEA6 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 174 | 166 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.27 |
| HSL | 24º | 0.13% | 0.69% | - |
| HSV(B) | 24º | 0.11% | 0.73% | - |
| XYZ | 42.27 | 43.46 | 42.24 | - |
| YUV | 176.68 | 121.98 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 174 | 166 | 0 | 0.06 | 0.11 | 0.27 | 24 | 0.13 | 0.69 |
| Hex | BA | AE | A6 | 0 | 6 | B | 1B | 18 | D | 45 |
| Octal | 272 | 256 | 246 | 0 | 6 | 13 | 33 | 30 | 15 | 105 |
| Binary | 10111010 | 10101110 | 10100110 | 0 | 110 | 1011 | 11011 | 11000 | 1101 | 1000101 |
Color Harmonies of #BAAEA6
Complementary color
Monochromatic Colors of #BAAEA6
Black with #BAAEA6
Text Example
Text Example
White with #BAAEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAEA6; }
p { color: rgb(186,174,166); }
H1.HeaderClassName
{
color: #BAAEA6;
}
.AnyTagClassName
{
color: #BAAEA6;
}
</style>
background-color css
<style>
a { background-color: #BAAEA6; }
a { background-color: rgb(186,174,166); }
div.DivClassName
{
background-color: #BAAEA6;
}
.BgClassName
{
background-color: #BAAEA6;
}
</style>
border-color css
<style>
span { border-color: #BAAEA6; }
span { border-color: rgb(186,174,166); }
td.TdClassName
{
border-color: #BAAEA6;
}
.TagClassName
{
border-color: #BAAEA6;
}
</style>