Shades of Martini #BEAEAA
Tints of Martini #BEAEAA
RGB
CMYK
RGB Variations
Color information
#BEAEAA (or 0xBEAEAA) is known color: Martini. HEX triplet: BE, AE and AA. RGB value is (190,174,170). Sum of RGB (Red+Green+Blue) = 190+174+170=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 174 (68.36% from 255 or 32.58% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAEAA is #415155. Grayscale: #B2B2B2. Windows color (decimal): -4280662 or 11185854. OLE color: 11185854.
HSL color Cylindrical-coordinate representation of color #BEAEAA: hue angle of 12º degrees, saturation: 0.13, 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 #BEAEAA is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 174 | 170 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.25 |
| HSL | 12º | 0.13% | 0.71% | - |
| HSV(B) | 12º | 0.11% | 0.75% | - |
| XYZ | 43.63 | 44.12 | 44.25 | - |
| YUV | 178.33 | 123.3 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 174 | 170 | 0 | 0.08 | 0.11 | 0.25 | 12 | 0.13 | 0.71 |
| Hex | BE | AE | AA | 0 | 8 | B | 19 | C | D | 47 |
| Octal | 276 | 256 | 252 | 0 | 10 | 13 | 31 | 14 | 15 | 107 |
| Binary | 10111110 | 10101110 | 10101010 | 0 | 1000 | 1011 | 11001 | 1100 | 1101 | 1000111 |
Color Harmonies of #BEAEAA
Complementary color
Monochromatic Colors of #BEAEAA
Black with #BEAEAA
Text Example
Text Example
White with #BEAEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAEAA; }
p { color: rgb(190,174,170); }
H1.HeaderClassName
{
color: #BEAEAA;
}
.AnyTagClassName
{
color: #BEAEAA;
}
</style>
background-color css
<style>
a { background-color: #BEAEAA; }
a { background-color: rgb(190,174,170); }
div.DivClassName
{
background-color: #BEAEAA;
}
.BgClassName
{
background-color: #BEAEAA;
}
</style>
border-color css
<style>
span { border-color: #BEAEAA; }
span { border-color: rgb(190,174,170); }
td.TdClassName
{
border-color: #BEAEAA;
}
.TagClassName
{
border-color: #BEAEAA;
}
</style>