Shades of Martini #BDABA7
Tints of Martini #BDABA7
RGB
CMYK
RGB Variations
Color information
#BDABA7 (or 0xBDABA7) is known color: Martini. HEX triplet: BD, AB and A7. RGB value is (189,171,167). Sum of RGB (Red+Green+Blue) = 189+171+167=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 167 (65.62% from 255 or 31.69% from 527); Max value from RGB is 189 - color contains mainly: red. Hex color #BDABA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDABA7 is #425458. Grayscale: #AFAFAF. Windows color (decimal): -4346969 or 10988477. OLE color: 10988477.
HSL color Cylindrical-coordinate representation of color #BDABA7: hue angle of 10.91º degrees, saturation: 0.14, 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 #BDABA7 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 171 | 167 | - |
CMYK | 0 | 0.10 | 0.12 | 0.26 |
HSL | 10.91º | 0.14% | 0.7% | - |
HSV(B) | 10.91º | 0.12% | 0.74% | - |
XYZ | 42.52 | 42.73 | 42.57 | - |
YUV | 175.93 | 122.96 | 137.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 171 | 167 | 0 | 0.10 | 0.12 | 0.26 | 10.91 | 0.14 | 0.7 |
Hex | BD | AB | A7 | 0 | A | C | 1A | B | E | 46 |
Octal | 275 | 253 | 247 | 0 | 12 | 14 | 32 | 13 | 16 | 106 |
Binary | 10111101 | 10101011 | 10100111 | 0 | 1010 | 1100 | 11010 | 1011 | 1110 | 1000110 |
Color Harmonies of #BDABA7
Complementary color
Monochromatic Colors of #BDABA7
Black with #BDABA7
Text Example
Text Example
White with #BDABA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDABA7; }
p { color: rgb(189,171,167); }
H1.HeaderClassName
{
color: #BDABA7;
}
.AnyTagClassName
{
color: #BDABA7;
}
</style>
background-color css
<style>
a { background-color: #BDABA7; }
a { background-color: rgb(189,171,167); }
div.DivClassName
{
background-color: #BDABA7;
}
.BgClassName
{
background-color: #BDABA7;
}
</style>
border-color css
<style>
span { border-color: #BDABA7; }
span { border-color: rgb(189,171,167); }
td.TdClassName
{
border-color: #BDABA7;
}
.TagClassName
{
border-color: #BDABA7;
}
</style>