#BEAFAA

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

Shades of Martini #BEAFAA

Tints of Martini #BEAFAA

Color information

#BEAFAA (or 0xBEAFAA) is unknown color: approx Martini. HEX triplet: BE, AF and AA. RGB value is (190,175,170). Sum of RGB (Red+Green+Blue) = 190+175+170=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAFAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAFAA is #415055. Grayscale: #B2B2B2. Windows color (decimal): -4280406 or 11186110. OLE color: 11186110.

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

Color convert

RGB190175170-
CMYK00.080.110.25
HSL15º13.33%70.59%-
HSV(B)15º10.53%74.51%-
XYZ43.8244.5144.31-
YUV178.92122.97135.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.51%
GREEN value IS 175 (68.75% from 255) = 32.71%
BLUE value IS 170 (66.80% from 255) = 31.78%
R=35.51%
G=32.71%
B=31.78%

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
Decimal19017517000.080.110.251513.3370.59
HexBEAFAA08B19fd47
Octal27625725201013311715107
Binary10111110101011111010101001000101111001111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFAA; }

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

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

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

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

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

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

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

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