Shades of Silk #BAADA5
Tints of Silk #BAADA5
RGB
CMYK
RGB Variations
Color information
#BAADA5 (or 0xBAADA5) is known color: Silk. HEX triplet: BA, AD and A5. RGB value is (186,173,165). Sum of RGB (Red+Green+Blue) = 186+173+165=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 165 (64.84% from 255 or 31.49% from 524); Max value from RGB is 186 - color contains mainly: red. Hex color #BAADA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAADA5 is #45525A. Grayscale: #B0B0B0. Windows color (decimal): -4543067 or 10857914. OLE color: 10857914.
HSL color Cylindrical-coordinate representation of color #BAADA5: hue angle of 22.86º 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 #BAADA5 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 173 | 165 | - |
CMYK | 0 | 0.07 | 0.11 | 0.27 |
HSL | 22.86º | 0.13% | 0.69% | - |
HSV(B) | 22.86º | 0.11% | 0.73% | - |
XYZ | 41.98 | 43.04 | 41.69 | - |
YUV | 175.98 | 121.81 | 135.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 173 | 165 | 0 | 0.07 | 0.11 | 0.27 | 22.86 | 0.13 | 0.69 |
Hex | BA | AD | A5 | 0 | 7 | B | 1B | 17 | D | 45 |
Octal | 272 | 255 | 245 | 0 | 7 | 13 | 33 | 27 | 15 | 105 |
Binary | 10111010 | 10101101 | 10100101 | 0 | 111 | 1011 | 11011 | 10111 | 1101 | 1000101 |
Color Harmonies of #BAADA5
Complementary color
Monochromatic Colors of #BAADA5
Black with #BAADA5
Text Example
Text Example
White with #BAADA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAADA5; }
p { color: rgb(186,173,165); }
H1.HeaderClassName
{
color: #BAADA5;
}
.AnyTagClassName
{
color: #BAADA5;
}
</style>
background-color css
<style>
a { background-color: #BAADA5; }
a { background-color: rgb(186,173,165); }
div.DivClassName
{
background-color: #BAADA5;
}
.BgClassName
{
background-color: #BAADA5;
}
</style>
border-color css
<style>
span { border-color: #BAADA5; }
span { border-color: rgb(186,173,165); }
td.TdClassName
{
border-color: #BAADA5;
}
.TagClassName
{
border-color: #BAADA5;
}
</style>