Shades of Martini #BFAEAA
Tints of Martini #BFAEAA
RGB
CMYK
RGB Variations
Color information
#BFAEAA (or 0xBFAEAA) is known color: Martini. HEX triplet: BF, AE and AA. RGB value is (191,174,170). Sum of RGB (Red+Green+Blue) = 191+174+170=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 174 (68.36% from 255 or 32.52% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAEAA is #405155. Grayscale: #B2B2B2. Windows color (decimal): -4215126 or 11185855. OLE color: 11185855.
HSL color Cylindrical-coordinate representation of color #BFAEAA: hue angle of 11.43º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFAEAA is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 174 | 170 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.25 |
| HSL | 11.43º | 0.14% | 0.71% | - |
| HSV(B) | 11.43º | 0.11% | 0.75% | - |
| XYZ | 43.88 | 44.25 | 44.26 | - |
| YUV | 178.63 | 123.13 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 174 | 170 | 0 | 0.09 | 0.11 | 0.25 | 11.43 | 0.14 | 0.71 |
| Hex | BF | AE | AA | 0 | 9 | B | 19 | B | E | 47 |
| Octal | 277 | 256 | 252 | 0 | 11 | 13 | 31 | 13 | 16 | 107 |
| Binary | 10111111 | 10101110 | 10101010 | 0 | 1001 | 1011 | 11001 | 1011 | 1110 | 1000111 |
Color Harmonies of #BFAEAA
Complementary color
Monochromatic Colors of #BFAEAA
Black with #BFAEAA
Text Example
Text Example
White with #BFAEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAEAA; }
p { color: rgb(191,174,170); }
H1.HeaderClassName
{
color: #BFAEAA;
}
.AnyTagClassName
{
color: #BFAEAA;
}
</style>
background-color css
<style>
a { background-color: #BFAEAA; }
a { background-color: rgb(191,174,170); }
div.DivClassName
{
background-color: #BFAEAA;
}
.BgClassName
{
background-color: #BFAEAA;
}
</style>
border-color css
<style>
span { border-color: #BFAEAA; }
span { border-color: rgb(191,174,170); }
td.TdClassName
{
border-color: #BFAEAA;
}
.TagClassName
{
border-color: #BFAEAA;
}
</style>