Shades of Martini #BCAEA7
Tints of Martini #BCAEA7
RGB
CMYK
RGB Variations
Color information
#BCAEA7 (or 0xBCAEA7) is known color: Martini. HEX triplet: BC, AE and A7. RGB value is (188,174,167). Sum of RGB (Red+Green+Blue) = 188+174+167=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 167 (65.62% from 255 or 31.57% from 529); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAEA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAEA7 is #435158. Grayscale: #B1B1B1. Windows color (decimal): -4411737 or 10989244. OLE color: 10989244.
HSL color Cylindrical-coordinate representation of color #BCAEA7: hue angle of 20º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCAEA7 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 167 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.26 |
| HSL | 20º | 0.14% | 0.7% | - |
| HSV(B) | 20º | 0.11% | 0.74% | - |
| XYZ | 42.85 | 43.75 | 42.75 | - |
| YUV | 177.39 | 122.14 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 167 | 0 | 0.07 | 0.11 | 0.26 | 20 | 0.14 | 0.7 |
| Hex | BC | AE | A7 | 0 | 7 | B | 1A | 14 | E | 46 |
| Octal | 274 | 256 | 247 | 0 | 7 | 13 | 32 | 24 | 16 | 106 |
| Binary | 10111100 | 10101110 | 10100111 | 0 | 111 | 1011 | 11010 | 10100 | 1110 | 1000110 |
Color Harmonies of #BCAEA7
Complementary color
Monochromatic Colors of #BCAEA7
Black with #BCAEA7
Text Example
Text Example
White with #BCAEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAEA7; }
p { color: rgb(188,174,167); }
H1.HeaderClassName
{
color: #BCAEA7;
}
.AnyTagClassName
{
color: #BCAEA7;
}
</style>
background-color css
<style>
a { background-color: #BCAEA7; }
a { background-color: rgb(188,174,167); }
div.DivClassName
{
background-color: #BCAEA7;
}
.BgClassName
{
background-color: #BCAEA7;
}
</style>
border-color css
<style>
span { border-color: #BCAEA7; }
span { border-color: rgb(188,174,167); }
td.TdClassName
{
border-color: #BCAEA7;
}
.TagClassName
{
border-color: #BCAEA7;
}
</style>