Shades of Martini #BEAEA8
Tints of Martini #BEAEA8
RGB
CMYK
RGB Variations
Color information
#BEAEA8 (or 0xBEAEA8) is known color: Martini. HEX triplet: BE, AE and A8. RGB value is (190,174,168). Sum of RGB (Red+Green+Blue) = 190+174+168=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 174 (68.36% from 255 or 32.71% from 532); Blue value is 168 (66.02% from 255 or 31.58% from 532); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAEA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAEA8 is #415157. Grayscale: #B2B2B2. Windows color (decimal): -4280664 or 11054782. OLE color: 11054782.
HSL color Cylindrical-coordinate representation of color #BEAEA8: hue angle of 16.36º 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 #BEAEA8 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 174 | 168 | - |
CMYK | 0 | 0.08 | 0.12 | 0.25 |
HSL | 16.36º | 0.14% | 0.7% | - |
HSV(B) | 16.36º | 0.12% | 0.75% | - |
XYZ | 43.44 | 44.05 | 43.26 | - |
YUV | 178.1 | 122.3 | 136.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 174 | 168 | 0 | 0.08 | 0.12 | 0.25 | 16.36 | 0.14 | 0.7 |
Hex | BE | AE | A8 | 0 | 8 | C | 19 | 10 | E | 46 |
Octal | 276 | 256 | 250 | 0 | 10 | 14 | 31 | 20 | 16 | 106 |
Binary | 10111110 | 10101110 | 10101000 | 0 | 1000 | 1100 | 11001 | 10000 | 1110 | 1000110 |
Color Harmonies of #BEAEA8
Complementary color
Monochromatic Colors of #BEAEA8
Black with #BEAEA8
Text Example
Text Example
White with #BEAEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAEA8; }
p { color: rgb(190,174,168); }
H1.HeaderClassName
{
color: #BEAEA8;
}
.AnyTagClassName
{
color: #BEAEA8;
}
</style>
background-color css
<style>
a { background-color: #BEAEA8; }
a { background-color: rgb(190,174,168); }
div.DivClassName
{
background-color: #BEAEA8;
}
.BgClassName
{
background-color: #BEAEA8;
}
</style>
border-color css
<style>
span { border-color: #BEAEA8; }
span { border-color: rgb(190,174,168); }
td.TdClassName
{
border-color: #BEAEA8;
}
.TagClassName
{
border-color: #BEAEA8;
}
</style>