Shades of Martini #BDAAA6
Tints of Martini #BDAAA6
RGB
CMYK
RGB Variations
Color information
#BDAAA6 (or 0xBDAAA6) is known color: Martini. HEX triplet: BD, AA and A6. RGB value is (189,170,166). Sum of RGB (Red+Green+Blue) = 189+170+166=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 166 (65.23% from 255 or 31.62% from 525); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAAA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAAA6 is #425559. Grayscale: #AFAFAF. Windows color (decimal): -4347226 or 10922685. OLE color: 10922685.
HSL color Cylindrical-coordinate representation of color #BDAAA6: hue angle of 10.43º degrees, saturation: 0.15, 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 #BDAAA6 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 170 | 166 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.26 |
| HSL | 10.43º | 0.15% | 0.7% | - |
| HSV(B) | 10.43º | 0.12% | 0.74% | - |
| XYZ | 42.24 | 42.32 | 42.02 | - |
| YUV | 175.23 | 122.79 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 170 | 166 | 0 | 0.10 | 0.12 | 0.26 | 10.43 | 0.15 | 0.7 |
| Hex | BD | AA | A6 | 0 | A | C | 1A | A | F | 46 |
| Octal | 275 | 252 | 246 | 0 | 12 | 14 | 32 | 12 | 17 | 106 |
| Binary | 10111101 | 10101010 | 10100110 | 0 | 1010 | 1100 | 11010 | 1010 | 1111 | 1000110 |
Color Harmonies of #BDAAA6
Complementary color
Monochromatic Colors of #BDAAA6
Black with #BDAAA6
Text Example
Text Example
White with #BDAAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAAA6; }
p { color: rgb(189,170,166); }
H1.HeaderClassName
{
color: #BDAAA6;
}
.AnyTagClassName
{
color: #BDAAA6;
}
</style>
background-color css
<style>
a { background-color: #BDAAA6; }
a { background-color: rgb(189,170,166); }
div.DivClassName
{
background-color: #BDAAA6;
}
.BgClassName
{
background-color: #BDAAA6;
}
</style>
border-color css
<style>
span { border-color: #BDAAA6; }
span { border-color: rgb(189,170,166); }
td.TdClassName
{
border-color: #BDAAA6;
}
.TagClassName
{
border-color: #BDAAA6;
}
</style>