#BEAEA8

Color #BEAEA8 Martini (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Martini #BEAEA8

Tints of Martini #BEAEA8

Color information

#BEAEA8 (or 0xBEAEA8) is unknown color: approx 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

RGB190174168-
CMYK00.080.120.25
HSL16.36º14.47%70.2%-
HSV(B)16.36º11.58%74.51%-
XYZ43.4444.0543.26-
YUV178.1122.3136.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 35.71%
GREEN value IS 174 (68.36% from 255) = 32.71%
BLUE value IS 168 (66.02% from 255) = 31.58%
R=35.71%
G=32.71%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017416800.080.120.2516.3614.4770.2
HexBEAEA808C1910e46
Octal27625625001014312016106
Binary101111101010111010101000010001100110011000011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>