#BEAEAA

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

Shades of Martini #BEAEAA

Tints of Martini #BEAEAA

Color information

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

RGB190174170-
CMYK00.080.110.25
HSL12º13.33%70.59%-
HSV(B)12º10.53%74.51%-
XYZ43.6344.1244.25-
YUV178.33123.3136.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.58%
GREEN value IS 174 (68.36% from 255) = 32.58%
BLUE value IS 170 (66.80% from 255) = 31.84%
R=35.58%
G=32.58%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017417000.080.110.251213.3370.59
HexBEAEAA08B19cd47
Octal27625625201013311415107
Binary10111110101011101010101001000101111001110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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