Shades of Martini #BEADA8
Tints of Martini #BEADA8
RGB
CMYK
RGB Variations
Color information
#BEADA8 (or 0xBEADA8) is known color: Martini. HEX triplet: BE, AD and A8. RGB value is (190,173,168). Sum of RGB (Red+Green+Blue) = 190+173+168=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 168 (66.02% from 255 or 31.64% from 531); Max value from RGB is 190 - color contains mainly: red. Hex color #BEADA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEADA8 is #415257. Grayscale: #B1B1B1. Windows color (decimal): -4280920 or 11054526. OLE color: 11054526.
HSL color Cylindrical-coordinate representation of color #BEADA8: hue angle of 13.64º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEADA8 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 173 | 168 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.25 |
| HSL | 13.64º | 0.14% | 0.7% | - |
| HSV(B) | 13.64º | 0.12% | 0.75% | - |
| XYZ | 43.25 | 43.66 | 43.19 | - |
| YUV | 177.51 | 122.63 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 173 | 168 | 0 | 0.09 | 0.12 | 0.25 | 13.64 | 0.14 | 0.7 |
| Hex | BE | AD | A8 | 0 | 9 | C | 19 | E | E | 46 |
| Octal | 276 | 255 | 250 | 0 | 11 | 14 | 31 | 16 | 16 | 106 |
| Binary | 10111110 | 10101101 | 10101000 | 0 | 1001 | 1100 | 11001 | 1110 | 1110 | 1000110 |
Color Harmonies of #BEADA8
Complementary color
Monochromatic Colors of #BEADA8
Black with #BEADA8
Text Example
Text Example
White with #BEADA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEADA8; }
p { color: rgb(190,173,168); }
H1.HeaderClassName
{
color: #BEADA8;
}
.AnyTagClassName
{
color: #BEADA8;
}
</style>
background-color css
<style>
a { background-color: #BEADA8; }
a { background-color: rgb(190,173,168); }
div.DivClassName
{
background-color: #BEADA8;
}
.BgClassName
{
background-color: #BEADA8;
}
</style>
border-color css
<style>
span { border-color: #BEADA8; }
span { border-color: rgb(190,173,168); }
td.TdClassName
{
border-color: #BEADA8;
}
.TagClassName
{
border-color: #BEADA8;
}
</style>