Shades of Martini #BCA8A6
Tints of Martini #BCA8A6
RGB
CMYK
RGB Variations
Color information
#BCA8A6 (or 0xBCA8A6) is known color: Martini. HEX triplet: BC, A8 and A6. RGB value is (188,168,166). Sum of RGB (Red+Green+Blue) = 188+168+166=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 168 (66.02% from 255 or 32.18% from 522); Blue value is 166 (65.23% from 255 or 31.80% from 522); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA8A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA8A6 is #435759. Grayscale: #ADADAD. Windows color (decimal): -4413274 or 10922172. OLE color: 10922172.
HSL color Cylindrical-coordinate representation of color #BCA8A6: hue angle of 5.45º 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 #BCA8A6 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 166 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.26 |
| HSL | 5.45º | 0.14% | 0.69% | - |
| HSV(B) | 5.45º | 0.12% | 0.74% | - |
| XYZ | 41.62 | 41.45 | 41.88 | - |
| YUV | 173.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 166 | 0 | 0.11 | 0.12 | 0.26 | 5.45 | 0.14 | 0.69 |
| Hex | BC | A8 | A6 | 0 | B | C | 1A | 5 | E | 45 |
| Octal | 274 | 250 | 246 | 0 | 13 | 14 | 32 | 5 | 16 | 105 |
| Binary | 10111100 | 10101000 | 10100110 | 0 | 1011 | 1100 | 11010 | 101 | 1110 | 1000101 |
Color Harmonies of #BCA8A6
Complementary color
Monochromatic Colors of #BCA8A6
Black with #BCA8A6
Text Example
Text Example
White with #BCA8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA8A6; }
p { color: rgb(188,168,166); }
H1.HeaderClassName
{
color: #BCA8A6;
}
.AnyTagClassName
{
color: #BCA8A6;
}
</style>
background-color css
<style>
a { background-color: #BCA8A6; }
a { background-color: rgb(188,168,166); }
div.DivClassName
{
background-color: #BCA8A6;
}
.BgClassName
{
background-color: #BCA8A6;
}
</style>
border-color css
<style>
span { border-color: #BCA8A6; }
span { border-color: rgb(188,168,166); }
td.TdClassName
{
border-color: #BCA8A6;
}
.TagClassName
{
border-color: #BCA8A6;
}
</style>