Shades of Martini #BAADA8
Tints of Martini #BAADA8
RGB
CMYK
RGB Variations
Color information
#BAADA8 (or 0xBAADA8) is known color: Martini. HEX triplet: BA, AD and A8. RGB value is (186,173,168). Sum of RGB (Red+Green+Blue) = 186+173+168=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 186 - color contains mainly: red. Hex color #BAADA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAADA8 is #455257. Grayscale: #B0B0B0. Windows color (decimal): -4543064 or 11054522. OLE color: 11054522.
HSL color Cylindrical-coordinate representation of color #BAADA8: hue angle of 16.67º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAADA8 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 173 | 168 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.27 |
| HSL | 16.67º | 0.12% | 0.69% | - |
| HSV(B) | 16.67º | 0.1% | 0.73% | - |
| XYZ | 42.26 | 43.15 | 43.15 | - |
| YUV | 176.32 | 123.31 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 173 | 168 | 0 | 0.07 | 0.10 | 0.27 | 16.67 | 0.12 | 0.69 |
| Hex | BA | AD | A8 | 0 | 7 | A | 1B | 11 | C | 45 |
| Octal | 272 | 255 | 250 | 0 | 7 | 12 | 33 | 21 | 14 | 105 |
| Binary | 10111010 | 10101101 | 10101000 | 0 | 111 | 1010 | 11011 | 10001 | 1100 | 1000101 |
Color Harmonies of #BAADA8
Complementary color
Monochromatic Colors of #BAADA8
Black with #BAADA8
Text Example
Text Example
White with #BAADA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAADA8; }
p { color: rgb(186,173,168); }
H1.HeaderClassName
{
color: #BAADA8;
}
.AnyTagClassName
{
color: #BAADA8;
}
</style>
background-color css
<style>
a { background-color: #BAADA8; }
a { background-color: rgb(186,173,168); }
div.DivClassName
{
background-color: #BAADA8;
}
.BgClassName
{
background-color: #BAADA8;
}
</style>
border-color css
<style>
span { border-color: #BAADA8; }
span { border-color: rgb(186,173,168); }
td.TdClassName
{
border-color: #BAADA8;
}
.TagClassName
{
border-color: #BAADA8;
}
</style>