Shades of Silk #BAADA3
Tints of Silk #BAADA3
RGB
CMYK
RGB Variations
Color information
#BAADA3 (or 0xBAADA3) is known color: Silk. HEX triplet: BA, AD and A3. RGB value is (186,173,163). Sum of RGB (Red+Green+Blue) = 186+173+163=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 163 (64.06% from 255 or 31.23% from 522); Max value from RGB is 186 - color contains mainly: red. Hex color #BAADA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAADA3 is #45525C. Grayscale: #AFAFAF. Windows color (decimal): -4543069 or 10726842. OLE color: 10726842.
HSL color Cylindrical-coordinate representation of color #BAADA3: hue angle of 26.09º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAADA3 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 173 | 163 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.27 |
| HSL | 26.09º | 0.14% | 0.68% | - |
| HSV(B) | 26.09º | 0.12% | 0.73% | - |
| XYZ | 41.8 | 42.97 | 40.74 | - |
| YUV | 175.75 | 120.81 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 173 | 163 | 0 | 0.07 | 0.12 | 0.27 | 26.09 | 0.14 | 0.68 |
| Hex | BA | AD | A3 | 0 | 7 | C | 1B | 1A | E | 44 |
| Octal | 272 | 255 | 243 | 0 | 7 | 14 | 33 | 32 | 16 | 104 |
| Binary | 10111010 | 10101101 | 10100011 | 0 | 111 | 1100 | 11011 | 11010 | 1110 | 1000100 |
Color Harmonies of #BAADA3
Complementary color
Monochromatic Colors of #BAADA3
Black with #BAADA3
Text Example
Text Example
White with #BAADA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAADA3; }
p { color: rgb(186,173,163); }
H1.HeaderClassName
{
color: #BAADA3;
}
.AnyTagClassName
{
color: #BAADA3;
}
</style>
background-color css
<style>
a { background-color: #BAADA3; }
a { background-color: rgb(186,173,163); }
div.DivClassName
{
background-color: #BAADA3;
}
.BgClassName
{
background-color: #BAADA3;
}
</style>
border-color css
<style>
span { border-color: #BAADA3; }
span { border-color: rgb(186,173,163); }
td.TdClassName
{
border-color: #BAADA3;
}
.TagClassName
{
border-color: #BAADA3;
}
</style>