Shades of Martini #BCA6A2
Tints of Martini #BCA6A2
RGB
CMYK
RGB Variations
Color information
#BCA6A2 (or 0xBCA6A2) is known color: Martini. HEX triplet: BC, A6 and A2. RGB value is (188,166,162). Sum of RGB (Red+Green+Blue) = 188+166+162=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 166 (65.23% from 255 or 32.17% from 516); Blue value is 162 (63.67% from 255 or 31.40% from 516); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA6A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA6A2 is #43595D. Grayscale: #ACACAC. Windows color (decimal): -4413790 or 10659516. OLE color: 10659516.
HSL color Cylindrical-coordinate representation of color #BCA6A2: hue angle of 9.23º 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 #BCA6A2 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 166 | 162 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.26 |
| HSL | 9.23º | 0.16% | 0.69% | - |
| HSV(B) | 9.23º | 0.14% | 0.74% | - |
| XYZ | 40.9 | 40.57 | 39.86 | - |
| YUV | 172.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 166 | 162 | 0 | 0.12 | 0.14 | 0.26 | 9.23 | 0.16 | 0.69 |
| Hex | BC | A6 | A2 | 0 | C | E | 1A | 9 | 10 | 45 |
| Octal | 274 | 246 | 242 | 0 | 14 | 16 | 32 | 11 | 20 | 105 |
| Binary | 10111100 | 10100110 | 10100010 | 0 | 1100 | 1110 | 11010 | 1001 | 10000 | 1000101 |
Color Harmonies of #BCA6A2
Complementary color
Monochromatic Colors of #BCA6A2
Black with #BCA6A2
Text Example
Text Example
White with #BCA6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA6A2; }
p { color: rgb(188,166,162); }
H1.HeaderClassName
{
color: #BCA6A2;
}
.AnyTagClassName
{
color: #BCA6A2;
}
</style>
background-color css
<style>
a { background-color: #BCA6A2; }
a { background-color: rgb(188,166,162); }
div.DivClassName
{
background-color: #BCA6A2;
}
.BgClassName
{
background-color: #BCA6A2;
}
</style>
border-color css
<style>
span { border-color: #BCA6A2; }
span { border-color: rgb(188,166,162); }
td.TdClassName
{
border-color: #BCA6A2;
}
.TagClassName
{
border-color: #BCA6A2;
}
</style>