#BDAFA9

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

Shades of Martini #BDAFA9

Tints of Martini #BDAFA9

Color information

#BDAFA9 (or 0xBDAFA9) is unknown color: approx Martini. HEX triplet: BD, AF and A9. RGB value is (189,175,169). Sum of RGB (Red+Green+Blue) = 189+175+169=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 169 (66.41% from 255 or 31.71% from 533); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAFA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAFA9 is #425056. Grayscale: #B2B2B2. Windows color (decimal): -4345943 or 11120573. OLE color: 11120573.

HSL color Cylindrical-coordinate representation of color #BDAFA9: hue angle of 18º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDAFA9 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB189175169-
CMYK00.070.110.26
HSL18º13.16%70.2%-
HSV(B)18º10.58%74.12%-
XYZ43.4844.3443.8-
YUV178.5122.64135.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.46%
GREEN value IS 175 (68.75% from 255) = 32.83%
BLUE value IS 169 (66.41% from 255) = 31.71%
R=35.46%
G=32.83%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917516900.070.110.261813.1670.2
HexBDAFA907B1A12d46
Octal2752572510713322215106
Binary10111101101011111010100101111011110101001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAFA9; }

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

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

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

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

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

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

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

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