Shades of Martini #BCACA6
Tints of Martini #BCACA6
RGB
CMYK
RGB Variations
Color information
#BCACA6 (or 0xBCACA6) is known color: Martini. HEX triplet: BC, AC and A6. RGB value is (188,172,166). Sum of RGB (Red+Green+Blue) = 188+172+166=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 166 (65.23% from 255 or 31.56% from 526); Max value from RGB is 188 - color contains mainly: red. Hex color #BCACA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCACA6 is #435359. Grayscale: #B0B0B0. Windows color (decimal): -4412250 or 10923196. OLE color: 10923196.
HSL color Cylindrical-coordinate representation of color #BCACA6: hue angle of 16.36º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCACA6 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 172 | 166 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.26 |
| HSL | 16.36º | 0.14% | 0.69% | - |
| HSV(B) | 16.36º | 0.12% | 0.74% | - |
| XYZ | 42.37 | 42.95 | 42.13 | - |
| YUV | 176.1 | 122.3 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 166 | 0 | 0.09 | 0.12 | 0.26 | 16.36 | 0.14 | 0.69 |
| Hex | BC | AC | A6 | 0 | 9 | C | 1A | 10 | E | 45 |
| Octal | 274 | 254 | 246 | 0 | 11 | 14 | 32 | 20 | 16 | 105 |
| Binary | 10111100 | 10101100 | 10100110 | 0 | 1001 | 1100 | 11010 | 10000 | 1110 | 1000101 |
Color Harmonies of #BCACA6
Complementary color
Monochromatic Colors of #BCACA6
Black with #BCACA6
Text Example
Text Example
White with #BCACA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCACA6; }
p { color: rgb(188,172,166); }
H1.HeaderClassName
{
color: #BCACA6;
}
.AnyTagClassName
{
color: #BCACA6;
}
</style>
background-color css
<style>
a { background-color: #BCACA6; }
a { background-color: rgb(188,172,166); }
div.DivClassName
{
background-color: #BCACA6;
}
.BgClassName
{
background-color: #BCACA6;
}
</style>
border-color css
<style>
span { border-color: #BCACA6; }
span { border-color: rgb(188,172,166); }
td.TdClassName
{
border-color: #BCACA6;
}
.TagClassName
{
border-color: #BCACA6;
}
</style>