Shades of Martini #BAADA6
Tints of Martini #BAADA6
RGB
CMYK
RGB Variations
Color information
#BAADA6 (or 0xBAADA6) is known color: Martini. HEX triplet: BA, AD and A6. RGB value is (186,173,166). Sum of RGB (Red+Green+Blue) = 186+173+166=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 166 (65.23% from 255 or 31.62% from 525); Max value from RGB is 186 - color contains mainly: red. Hex color #BAADA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAADA6 is #455259. Grayscale: #B0B0B0. Windows color (decimal): -4543066 or 10923450. OLE color: 10923450.
HSL color Cylindrical-coordinate representation of color #BAADA6: hue angle of 21º 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 #BAADA6 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 173 | 166 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.27 |
| HSL | 21º | 0.13% | 0.69% | - |
| HSV(B) | 21º | 0.11% | 0.73% | - |
| XYZ | 42.08 | 43.08 | 42.17 | - |
| YUV | 176.09 | 122.31 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 173 | 166 | 0 | 0.07 | 0.11 | 0.27 | 21 | 0.13 | 0.69 |
| Hex | BA | AD | A6 | 0 | 7 | B | 1B | 15 | D | 45 |
| Octal | 272 | 255 | 246 | 0 | 7 | 13 | 33 | 25 | 15 | 105 |
| Binary | 10111010 | 10101101 | 10100110 | 0 | 111 | 1011 | 11011 | 10101 | 1101 | 1000101 |
Color Harmonies of #BAADA6
Complementary color
Monochromatic Colors of #BAADA6
Black with #BAADA6
Text Example
Text Example
White with #BAADA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAADA6; }
p { color: rgb(186,173,166); }
H1.HeaderClassName
{
color: #BAADA6;
}
.AnyTagClassName
{
color: #BAADA6;
}
</style>
background-color css
<style>
a { background-color: #BAADA6; }
a { background-color: rgb(186,173,166); }
div.DivClassName
{
background-color: #BAADA6;
}
.BgClassName
{
background-color: #BAADA6;
}
</style>
border-color css
<style>
span { border-color: #BAADA6; }
span { border-color: rgb(186,173,166); }
td.TdClassName
{
border-color: #BAADA6;
}
.TagClassName
{
border-color: #BAADA6;
}
</style>