Shades of Martini #BDACA8
Tints of Martini #BDACA8
RGB
CMYK
RGB Variations
Color information
#BDACA8 (or 0xBDACA8) is known color: Martini. HEX triplet: BD, AC and A8. RGB value is (189,172,168). Sum of RGB (Red+Green+Blue) = 189+172+168=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 168 (66.02% from 255 or 31.76% from 529); Max value from RGB is 189 - color contains mainly: red. Hex color #BDACA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDACA8 is #425357. Grayscale: #B0B0B0. Windows color (decimal): -4346712 or 11054269. OLE color: 11054269.
HSL color Cylindrical-coordinate representation of color #BDACA8: hue angle of 11.43º 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 #BDACA8 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 172 | 168 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.26 |
| HSL | 11.43º | 0.14% | 0.7% | - |
| HSV(B) | 11.43º | 0.11% | 0.74% | - |
| XYZ | 42.81 | 43.15 | 43.12 | - |
| YUV | 176.63 | 123.13 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 172 | 168 | 0 | 0.09 | 0.11 | 0.26 | 11.43 | 0.14 | 0.7 |
| Hex | BD | AC | A8 | 0 | 9 | B | 1A | B | E | 46 |
| Octal | 275 | 254 | 250 | 0 | 11 | 13 | 32 | 13 | 16 | 106 |
| Binary | 10111101 | 10101100 | 10101000 | 0 | 1001 | 1011 | 11010 | 1011 | 1110 | 1000110 |
Color Harmonies of #BDACA8
Complementary color
Monochromatic Colors of #BDACA8
Black with #BDACA8
Text Example
Text Example
White with #BDACA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDACA8; }
p { color: rgb(189,172,168); }
H1.HeaderClassName
{
color: #BDACA8;
}
.AnyTagClassName
{
color: #BDACA8;
}
</style>
background-color css
<style>
a { background-color: #BDACA8; }
a { background-color: rgb(189,172,168); }
div.DivClassName
{
background-color: #BDACA8;
}
.BgClassName
{
background-color: #BDACA8;
}
</style>
border-color css
<style>
span { border-color: #BDACA8; }
span { border-color: rgb(189,172,168); }
td.TdClassName
{
border-color: #BDACA8;
}
.TagClassName
{
border-color: #BDACA8;
}
</style>