Shades of Silk #BAAFA6
Tints of Silk #BAAFA6
RGB
CMYK
RGB Variations
Color information
#BAAFA6 (or 0xBAAFA6) is known color: Silk. HEX triplet: BA, AF and A6. RGB value is (186,175,166). Sum of RGB (Red+Green+Blue) = 186+175+166=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAFA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAFA6 is #455059. Grayscale: #B1B1B1. Windows color (decimal): -4542554 or 10923962. OLE color: 10923962.
HSL color Cylindrical-coordinate representation of color #BAAFA6: hue angle of 27º 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 #BAAFA6 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 175 | 166 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.27 |
| HSL | 27º | 0.13% | 0.69% | - |
| HSV(B) | 27º | 0.11% | 0.73% | - |
| XYZ | 42.46 | 43.85 | 42.3 | - |
| YUV | 177.26 | 121.64 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 175 | 166 | 0 | 0.06 | 0.11 | 0.27 | 27 | 0.13 | 0.69 |
| Hex | BA | AF | A6 | 0 | 6 | B | 1B | 1B | D | 45 |
| Octal | 272 | 257 | 246 | 0 | 6 | 13 | 33 | 33 | 15 | 105 |
| Binary | 10111010 | 10101111 | 10100110 | 0 | 110 | 1011 | 11011 | 11011 | 1101 | 1000101 |
Color Harmonies of #BAAFA6
Complementary color
Monochromatic Colors of #BAAFA6
Black with #BAAFA6
Text Example
Text Example
White with #BAAFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAFA6; }
p { color: rgb(186,175,166); }
H1.HeaderClassName
{
color: #BAAFA6;
}
.AnyTagClassName
{
color: #BAAFA6;
}
</style>
background-color css
<style>
a { background-color: #BAAFA6; }
a { background-color: rgb(186,175,166); }
div.DivClassName
{
background-color: #BAAFA6;
}
.BgClassName
{
background-color: #BAAFA6;
}
</style>
border-color css
<style>
span { border-color: #BAAFA6; }
span { border-color: rgb(186,175,166); }
td.TdClassName
{
border-color: #BAAFA6;
}
.TagClassName
{
border-color: #BAAFA6;
}
</style>