Shades of Martini #BDAAA1
Tints of Martini #BDAAA1
RGB
CMYK
RGB Variations
Color information
#BDAAA1 (or 0xBDAAA1) is known color: Martini. HEX triplet: BD, AA and A1. RGB value is (189,170,161). Sum of RGB (Red+Green+Blue) = 189+170+161=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 161 (63.28% from 255 or 30.96% from 520); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAAA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAAA1 is #42555E. Grayscale: #AEAEAE. Windows color (decimal): -4347231 or 10595005. OLE color: 10595005.
HSL color Cylindrical-coordinate representation of color #BDAAA1: hue angle of 19.29º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDAAA1 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 170 | 161 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.26 |
| HSL | 19.29º | 0.18% | 0.69% | - |
| HSV(B) | 19.29º | 0.15% | 0.74% | - |
| XYZ | 41.79 | 42.14 | 39.65 | - |
| YUV | 174.66 | 120.29 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 170 | 161 | 0 | 0.10 | 0.15 | 0.26 | 19.29 | 0.18 | 0.69 |
| Hex | BD | AA | A1 | 0 | A | F | 1A | 13 | 12 | 45 |
| Octal | 275 | 252 | 241 | 0 | 12 | 17 | 32 | 23 | 22 | 105 |
| Binary | 10111101 | 10101010 | 10100001 | 0 | 1010 | 1111 | 11010 | 10011 | 10010 | 1000101 |
Color Harmonies of #BDAAA1
Complementary color
Monochromatic Colors of #BDAAA1
Black with #BDAAA1
Text Example
Text Example
White with #BDAAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAAA1; }
p { color: rgb(189,170,161); }
H1.HeaderClassName
{
color: #BDAAA1;
}
.AnyTagClassName
{
color: #BDAAA1;
}
</style>
background-color css
<style>
a { background-color: #BDAAA1; }
a { background-color: rgb(189,170,161); }
div.DivClassName
{
background-color: #BDAAA1;
}
.BgClassName
{
background-color: #BDAAA1;
}
</style>
border-color css
<style>
span { border-color: #BDAAA1; }
span { border-color: rgb(189,170,161); }
td.TdClassName
{
border-color: #BDAAA1;
}
.TagClassName
{
border-color: #BDAAA1;
}
</style>