#BEAFA8

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

Shades of Martini #BEAFA8

Tints of Martini #BEAFA8

Color information

#BEAFA8 (or 0xBEAFA8) is unknown color: approx Martini. HEX triplet: BE, AF and A8. RGB value is (190,175,168). Sum of RGB (Red+Green+Blue) = 190+175+168=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAFA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAFA8 is #415057. Grayscale: #B2B2B2. Windows color (decimal): -4280408 or 11055038. OLE color: 11055038.

HSL color Cylindrical-coordinate representation of color #BEAFA8: hue angle of 19.09º 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 #BEAFA8 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB190175168-
CMYK00.080.120.25
HSL19.09º14.47%70.2%-
HSV(B)19.09º11.58%74.51%-
XYZ43.6344.4343.32-
YUV178.69121.97136.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.65%
GREEN value IS 175 (68.75% from 255) = 32.83%
BLUE value IS 168 (66.02% from 255) = 31.52%
R=35.65%
G=32.83%
B=31.52%

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
Decimal19017516800.080.120.2519.0914.4770.2
HexBEAFA808C1913e46
Octal27625725001014312316106
Binary101111101010111110101000010001100110011001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFA8; }

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

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

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

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

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

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

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

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