Shades of Martini #BDABA8
Tints of Martini #BDABA8
RGB
CMYK
RGB Variations
Color information
#BDABA8 (or 0xBDABA8) is known color: Martini. HEX triplet: BD, AB and A8. RGB value is (189,171,168). Sum of RGB (Red+Green+Blue) = 189+171+168=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 189 - color contains mainly: red. Hex color #BDABA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDABA8 is #425457. Grayscale: #B0B0B0. Windows color (decimal): -4346968 or 11054013. OLE color: 11054013.
HSL color Cylindrical-coordinate representation of color #BDABA8: hue angle of 8.57º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDABA8 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 171 | 168 | - |
CMYK | 0 | 0.10 | 0.11 | 0.26 |
HSL | 8.57º | 0.14% | 0.7% | - |
HSV(B) | 8.57º | 0.11% | 0.74% | - |
XYZ | 42.62 | 42.77 | 43.06 | - |
YUV | 176.04 | 123.46 | 137.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 171 | 168 | 0 | 0.10 | 0.11 | 0.26 | 8.57 | 0.14 | 0.7 |
Hex | BD | AB | A8 | 0 | A | B | 1A | 9 | E | 46 |
Octal | 275 | 253 | 250 | 0 | 12 | 13 | 32 | 11 | 16 | 106 |
Binary | 10111101 | 10101011 | 10101000 | 0 | 1010 | 1011 | 11010 | 1001 | 1110 | 1000110 |
Color Harmonies of #BDABA8
Complementary color
Monochromatic Colors of #BDABA8
Black with #BDABA8
Text Example
Text Example
White with #BDABA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDABA8; }
p { color: rgb(189,171,168); }
H1.HeaderClassName
{
color: #BDABA8;
}
.AnyTagClassName
{
color: #BDABA8;
}
</style>
background-color css
<style>
a { background-color: #BDABA8; }
a { background-color: rgb(189,171,168); }
div.DivClassName
{
background-color: #BDABA8;
}
.BgClassName
{
background-color: #BDABA8;
}
</style>
border-color css
<style>
span { border-color: #BDABA8; }
span { border-color: rgb(189,171,168); }
td.TdClassName
{
border-color: #BDABA8;
}
.TagClassName
{
border-color: #BDABA8;
}
</style>