Shades of Martini #BDABA6
Tints of Martini #BDABA6
RGB
CMYK
RGB Variations
Color information
#BDABA6 (or 0xBDABA6) is known color: Martini. HEX triplet: BD, AB and A6. RGB value is (189,171,166). Sum of RGB (Red+Green+Blue) = 189+171+166=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 166 (65.23% from 255 or 31.56% from 526); Max value from RGB is 189 - color contains mainly: red. Hex color #BDABA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDABA6 is #425459. Grayscale: #AFAFAF. Windows color (decimal): -4346970 or 10922941. OLE color: 10922941.
HSL color Cylindrical-coordinate representation of color #BDABA6: hue angle of 13.04º 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 #BDABA6 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 166 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.26 |
| HSL | 13.04º | 0.15% | 0.7% | - |
| HSV(B) | 13.04º | 0.12% | 0.74% | - |
| XYZ | 42.43 | 42.7 | 42.08 | - |
| YUV | 175.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 166 | 0 | 0.10 | 0.12 | 0.26 | 13.04 | 0.15 | 0.7 |
| Hex | BD | AB | A6 | 0 | A | C | 1A | D | F | 46 |
| Octal | 275 | 253 | 246 | 0 | 12 | 14 | 32 | 15 | 17 | 106 |
| Binary | 10111101 | 10101011 | 10100110 | 0 | 1010 | 1100 | 11010 | 1101 | 1111 | 1000110 |
Color Harmonies of #BDABA6
Complementary color
Monochromatic Colors of #BDABA6
Black with #BDABA6
Text Example
Text Example
White with #BDABA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDABA6; }
p { color: rgb(189,171,166); }
H1.HeaderClassName
{
color: #BDABA6;
}
.AnyTagClassName
{
color: #BDABA6;
}
</style>
background-color css
<style>
a { background-color: #BDABA6; }
a { background-color: rgb(189,171,166); }
div.DivClassName
{
background-color: #BDABA6;
}
.BgClassName
{
background-color: #BDABA6;
}
</style>
border-color css
<style>
span { border-color: #BDABA6; }
span { border-color: rgb(189,171,166); }
td.TdClassName
{
border-color: #BDABA6;
}
.TagClassName
{
border-color: #BDABA6;
}
</style>