Shades of Martini #BDAEAA
Tints of Martini #BDAEAA
RGB
CMYK
RGB Variations
Color information
#BDAEAA (or 0xBDAEAA) is known color: Martini. HEX triplet: BD, AE and AA. RGB value is (189,174,170). Sum of RGB (Red+Green+Blue) = 189+174+170=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAEAA is #425155. Grayscale: #B2B2B2. Windows color (decimal): -4346198 or 11185853. OLE color: 11185853.
HSL color Cylindrical-coordinate representation of color #BDAEAA: hue angle of 12.63º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDAEAA is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 174 | 170 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.26 |
| HSL | 12.63º | 0.13% | 0.7% | - |
| HSV(B) | 12.63º | 0.1% | 0.74% | - |
| XYZ | 43.38 | 43.99 | 44.24 | - |
| YUV | 178.03 | 123.47 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 174 | 170 | 0 | 0.08 | 0.10 | 0.26 | 12.63 | 0.13 | 0.7 |
| Hex | BD | AE | AA | 0 | 8 | A | 1A | D | D | 46 |
| Octal | 275 | 256 | 252 | 0 | 10 | 12 | 32 | 15 | 15 | 106 |
| Binary | 10111101 | 10101110 | 10101010 | 0 | 1000 | 1010 | 11010 | 1101 | 1101 | 1000110 |
Color Harmonies of #BDAEAA
Complementary color
Monochromatic Colors of #BDAEAA
Black with #BDAEAA
Text Example
Text Example
White with #BDAEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAEAA; }
p { color: rgb(189,174,170); }
H1.HeaderClassName
{
color: #BDAEAA;
}
.AnyTagClassName
{
color: #BDAEAA;
}
</style>
background-color css
<style>
a { background-color: #BDAEAA; }
a { background-color: rgb(189,174,170); }
div.DivClassName
{
background-color: #BDAEAA;
}
.BgClassName
{
background-color: #BDAEAA;
}
</style>
border-color css
<style>
span { border-color: #BDAEAA; }
span { border-color: rgb(189,174,170); }
td.TdClassName
{
border-color: #BDAEAA;
}
.TagClassName
{
border-color: #BDAEAA;
}
</style>