Shades of Martini #BC9E9A
Tints of Martini #BC9E9A
RGB
CMYK
RGB Variations
Color information
#BC9E9A (or 0xBC9E9A) is known color: Martini. HEX triplet: BC, 9E and 9A. RGB value is (188,158,154). Sum of RGB (Red+Green+Blue) = 188+158+154=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9E9A is #436165. Grayscale: #A6A6A6. Windows color (decimal): -4415846 or 10133180. OLE color: 10133180.
HSL color Cylindrical-coordinate representation of color #BC9E9A: hue angle of 7.06º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BC9E9A is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 158 | 154 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.26 |
| HSL | 7.06º | 0.2% | 0.67% | - |
| HSV(B) | 7.06º | 0.18% | 0.74% | - |
| XYZ | 38.8 | 37.48 | 35.76 | - |
| YUV | 166.51 | 120.94 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 158 | 154 | 0 | 0.16 | 0.18 | 0.26 | 7.06 | 0.2 | 0.67 |
| Hex | BC | 9E | 9A | 0 | 10 | 12 | 1A | 7 | 14 | 43 |
| Octal | 274 | 236 | 232 | 0 | 20 | 22 | 32 | 7 | 24 | 103 |
| Binary | 10111100 | 10011110 | 10011010 | 0 | 10000 | 10010 | 11010 | 111 | 10100 | 1000011 |
Color Harmonies of #BC9E9A
Complementary color
Monochromatic Colors of #BC9E9A
Black with #BC9E9A
Text Example
Text Example
White with #BC9E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9E9A; }
p { color: rgb(188,158,154); }
H1.HeaderClassName
{
color: #BC9E9A;
}
.AnyTagClassName
{
color: #BC9E9A;
}
</style>
background-color css
<style>
a { background-color: #BC9E9A; }
a { background-color: rgb(188,158,154); }
div.DivClassName
{
background-color: #BC9E9A;
}
.BgClassName
{
background-color: #BC9E9A;
}
</style>
border-color css
<style>
span { border-color: #BC9E9A; }
span { border-color: rgb(188,158,154); }
td.TdClassName
{
border-color: #BC9E9A;
}
.TagClassName
{
border-color: #BC9E9A;
}
</style>