Shades of Martini #BDACA4
Tints of Martini #BDACA4
RGB
CMYK
RGB Variations
Color information
#BDACA4 (or 0xBDACA4) is known color: Martini. HEX triplet: BD, AC and A4. RGB value is (189,172,164). Sum of RGB (Red+Green+Blue) = 189+172+164=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 164 (64.45% from 255 or 31.24% from 525); Max value from RGB is 189 - color contains mainly: red. Hex color #BDACA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDACA4 is #42535B. Grayscale: #B0B0B0. Windows color (decimal): -4346716 or 10792125. OLE color: 10792125.
HSL color Cylindrical-coordinate representation of color #BDACA4: hue angle of 19.2º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDACA4 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 172 | 164 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.26 |
| HSL | 19.2º | 0.16% | 0.69% | - |
| HSV(B) | 19.2º | 0.13% | 0.74% | - |
| XYZ | 42.44 | 43 | 41.19 | - |
| YUV | 176.17 | 121.13 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 172 | 164 | 0 | 0.09 | 0.13 | 0.26 | 19.2 | 0.16 | 0.69 |
| Hex | BD | AC | A4 | 0 | 9 | D | 1A | 13 | 10 | 45 |
| Octal | 275 | 254 | 244 | 0 | 11 | 15 | 32 | 23 | 20 | 105 |
| Binary | 10111101 | 10101100 | 10100100 | 0 | 1001 | 1101 | 11010 | 10011 | 10000 | 1000101 |
Color Harmonies of #BDACA4
Complementary color
Monochromatic Colors of #BDACA4
Black with #BDACA4
Text Example
Text Example
White with #BDACA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDACA4; }
p { color: rgb(189,172,164); }
H1.HeaderClassName
{
color: #BDACA4;
}
.AnyTagClassName
{
color: #BDACA4;
}
</style>
background-color css
<style>
a { background-color: #BDACA4; }
a { background-color: rgb(189,172,164); }
div.DivClassName
{
background-color: #BDACA4;
}
.BgClassName
{
background-color: #BDACA4;
}
</style>
border-color css
<style>
span { border-color: #BDACA4; }
span { border-color: rgb(189,172,164); }
td.TdClassName
{
border-color: #BDACA4;
}
.TagClassName
{
border-color: #BDACA4;
}
</style>