Shades of Martini #BDAEA8
Tints of Martini #BDAEA8
RGB
CMYK
RGB Variations
Color information
#BDAEA8 (or 0xBDAEA8) is known color: Martini. HEX triplet: BD, AE and A8. RGB value is (189,174,168). Sum of RGB (Red+Green+Blue) = 189+174+168=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 168 (66.02% from 255 or 31.64% from 531); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAEA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAEA8 is #425157. Grayscale: #B1B1B1. Windows color (decimal): -4346200 or 11054781. OLE color: 11054781.
HSL color Cylindrical-coordinate representation of color #BDAEA8: hue angle of 17.14º 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 #BDAEA8 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 174 | 168 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.26 |
| HSL | 17.14º | 0.14% | 0.7% | - |
| HSV(B) | 17.14º | 0.11% | 0.74% | - |
| XYZ | 43.19 | 43.92 | 43.25 | - |
| YUV | 177.8 | 122.47 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 174 | 168 | 0 | 0.08 | 0.11 | 0.26 | 17.14 | 0.14 | 0.7 |
| Hex | BD | AE | A8 | 0 | 8 | B | 1A | 11 | E | 46 |
| Octal | 275 | 256 | 250 | 0 | 10 | 13 | 32 | 21 | 16 | 106 |
| Binary | 10111101 | 10101110 | 10101000 | 0 | 1000 | 1011 | 11010 | 10001 | 1110 | 1000110 |
Color Harmonies of #BDAEA8
Complementary color
Monochromatic Colors of #BDAEA8
Black with #BDAEA8
Text Example
Text Example
White with #BDAEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAEA8; }
p { color: rgb(189,174,168); }
H1.HeaderClassName
{
color: #BDAEA8;
}
.AnyTagClassName
{
color: #BDAEA8;
}
</style>
background-color css
<style>
a { background-color: #BDAEA8; }
a { background-color: rgb(189,174,168); }
div.DivClassName
{
background-color: #BDAEA8;
}
.BgClassName
{
background-color: #BDAEA8;
}
</style>
border-color css
<style>
span { border-color: #BDAEA8; }
span { border-color: rgb(189,174,168); }
td.TdClassName
{
border-color: #BDAEA8;
}
.TagClassName
{
border-color: #BDAEA8;
}
</style>