#BEAFA9

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

Shades of Martini #BEAFA9

Tints of Martini #BEAFA9

Color information

#BEAFA9 (or 0xBEAFA9) is unknown color: approx Martini. HEX triplet: BE, AF and A9. RGB value is (190,175,169). Sum of RGB (Red+Green+Blue) = 190+175+169=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 169 (66.41% from 255 or 31.65% from 534); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAFA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAFA9 is #415056. Grayscale: #B2B2B2. Windows color (decimal): -4280407 or 11120574. OLE color: 11120574.

HSL color Cylindrical-coordinate representation of color #BEAFA9: hue angle of 17.14º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BEAFA9 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB190175169-
CMYK00.080.110.25
HSL17.14º13.91%70.39%-
HSV(B)17.14º11.05%74.51%-
XYZ43.7344.4743.82-
YUV178.8122.47135.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.58%
GREEN value IS 175 (68.75% from 255) = 32.77%
BLUE value IS 169 (66.41% from 255) = 31.65%
R=35.58%
G=32.77%
B=31.65%

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
Decimal19017516900.080.110.2517.1413.9170.39
HexBEAFA908B1911e46
Octal27625725101013312116106
Binary101111101010111110101001010001011110011000111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFA9; }

 p { color: rgb(190,175,169); }

 H1.HeaderClassName
 {
   color: #BEAFA9;
 }
 .AnyTagClassName
 {
   color: #BEAFA9;
 }
</style>
background-color css

<style>
 a { background-color: #BEAFA9; }

 a { background-color: rgb(190,175,169); }

 div.DivClassName
 {
   background-color: #BEAFA9;
 }
 .BgClassName
 {
   background-color: #BEAFA9;
 }
</style>
border-color css

<style>
 span { border-color: #BEAFA9; }

 span { border-color: rgb(190,175,169); }

 td.TdClassName
 {
   border-color: #BEAFA9;
 }
 .TagClassName
 {
   border-color: #BEAFA9;
 }
</style>