Shades of Martini #BCAEA9
Tints of Martini #BCAEA9
RGB
CMYK
RGB Variations
Color information
#BCAEA9 (or 0xBCAEA9) is known color: Martini. HEX triplet: BC, AE and A9. RGB value is (188,174,169). Sum of RGB (Red+Green+Blue) = 188+174+169=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 169 (66.41% from 255 or 31.83% from 531); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAEA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAEA9 is #435156. Grayscale: #B1B1B1. Windows color (decimal): -4411735 or 11120316. OLE color: 11120316.
HSL color Cylindrical-coordinate representation of color #BCAEA9: hue angle of 15.79º degrees, saturation: 0.12, 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 #BCAEA9 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 169 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.26 |
| HSL | 15.79º | 0.12% | 0.7% | - |
| HSV(B) | 15.79º | 0.1% | 0.74% | - |
| XYZ | 43.04 | 43.83 | 43.73 | - |
| YUV | 177.62 | 123.14 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 169 | 0 | 0.07 | 0.10 | 0.26 | 15.79 | 0.12 | 0.7 |
| Hex | BC | AE | A9 | 0 | 7 | A | 1A | 10 | C | 46 |
| Octal | 274 | 256 | 251 | 0 | 7 | 12 | 32 | 20 | 14 | 106 |
| Binary | 10111100 | 10101110 | 10101001 | 0 | 111 | 1010 | 11010 | 10000 | 1100 | 1000110 |
Color Harmonies of #BCAEA9
Complementary color
Monochromatic Colors of #BCAEA9
Black with #BCAEA9
Text Example
Text Example
White with #BCAEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAEA9; }
p { color: rgb(188,174,169); }
H1.HeaderClassName
{
color: #BCAEA9;
}
.AnyTagClassName
{
color: #BCAEA9;
}
</style>
background-color css
<style>
a { background-color: #BCAEA9; }
a { background-color: rgb(188,174,169); }
div.DivClassName
{
background-color: #BCAEA9;
}
.BgClassName
{
background-color: #BCAEA9;
}
</style>
border-color css
<style>
span { border-color: #BCAEA9; }
span { border-color: rgb(188,174,169); }
td.TdClassName
{
border-color: #BCAEA9;
}
.TagClassName
{
border-color: #BCAEA9;
}
</style>