Shades of Martini #BDADA6
Tints of Martini #BDADA6
RGB
CMYK
RGB Variations
Color information
#BDADA6 (or 0xBDADA6) is known color: Martini. HEX triplet: BD, AD and A6. RGB value is (189,173,166). Sum of RGB (Red+Green+Blue) = 189+173+166=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 166 (65.23% from 255 or 31.44% from 528); Max value from RGB is 189 - color contains mainly: red. Hex color #BDADA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDADA6 is #425259. Grayscale: #B1B1B1. Windows color (decimal): -4346458 or 10923453. OLE color: 10923453.
HSL color Cylindrical-coordinate representation of color #BDADA6: hue angle of 18.26º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDADA6 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 173 | 166 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.26 |
| HSL | 18.26º | 0.15% | 0.7% | - |
| HSV(B) | 18.26º | 0.12% | 0.74% | - |
| XYZ | 42.81 | 43.46 | 42.21 | - |
| YUV | 176.99 | 121.8 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 173 | 166 | 0 | 0.08 | 0.12 | 0.26 | 18.26 | 0.15 | 0.7 |
| Hex | BD | AD | A6 | 0 | 8 | C | 1A | 12 | F | 46 |
| Octal | 275 | 255 | 246 | 0 | 10 | 14 | 32 | 22 | 17 | 106 |
| Binary | 10111101 | 10101101 | 10100110 | 0 | 1000 | 1100 | 11010 | 10010 | 1111 | 1000110 |
Color Harmonies of #BDADA6
Complementary color
Monochromatic Colors of #BDADA6
Black with #BDADA6
Text Example
Text Example
White with #BDADA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDADA6; }
p { color: rgb(189,173,166); }
H1.HeaderClassName
{
color: #BDADA6;
}
.AnyTagClassName
{
color: #BDADA6;
}
</style>
background-color css
<style>
a { background-color: #BDADA6; }
a { background-color: rgb(189,173,166); }
div.DivClassName
{
background-color: #BDADA6;
}
.BgClassName
{
background-color: #BDADA6;
}
</style>
border-color css
<style>
span { border-color: #BDADA6; }
span { border-color: rgb(189,173,166); }
td.TdClassName
{
border-color: #BDADA6;
}
.TagClassName
{
border-color: #BDADA6;
}
</style>