Shades of Martini #BDAAA3
Tints of Martini #BDAAA3
RGB
CMYK
RGB Variations
Color information
#BDAAA3 (or 0xBDAAA3) is known color: Martini. HEX triplet: BD, AA and A3. RGB value is (189,170,163). Sum of RGB (Red+Green+Blue) = 189+170+163=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 163 (64.06% from 255 or 31.23% from 522); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAAA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAAA3 is #42555C. Grayscale: #AEAEAE. Windows color (decimal): -4347229 or 10726077. OLE color: 10726077.
HSL color Cylindrical-coordinate representation of color #BDAAA3: hue angle of 16.15º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDAAA3 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 170 | 163 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.26 |
| HSL | 16.15º | 0.16% | 0.69% | - |
| HSV(B) | 16.15º | 0.14% | 0.74% | - |
| XYZ | 41.97 | 42.21 | 40.59 | - |
| YUV | 174.88 | 121.29 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 170 | 163 | 0 | 0.10 | 0.14 | 0.26 | 16.15 | 0.16 | 0.69 |
| Hex | BD | AA | A3 | 0 | A | E | 1A | 10 | 10 | 45 |
| Octal | 275 | 252 | 243 | 0 | 12 | 16 | 32 | 20 | 20 | 105 |
| Binary | 10111101 | 10101010 | 10100011 | 0 | 1010 | 1110 | 11010 | 10000 | 10000 | 1000101 |
Color Harmonies of #BDAAA3
Complementary color
Monochromatic Colors of #BDAAA3
Black with #BDAAA3
Text Example
Text Example
White with #BDAAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAAA3; }
p { color: rgb(189,170,163); }
H1.HeaderClassName
{
color: #BDAAA3;
}
.AnyTagClassName
{
color: #BDAAA3;
}
</style>
background-color css
<style>
a { background-color: #BDAAA3; }
a { background-color: rgb(189,170,163); }
div.DivClassName
{
background-color: #BDAAA3;
}
.BgClassName
{
background-color: #BDAAA3;
}
</style>
border-color css
<style>
span { border-color: #BDAAA3; }
span { border-color: rgb(189,170,163); }
td.TdClassName
{
border-color: #BDAAA3;
}
.TagClassName
{
border-color: #BDAAA3;
}
</style>