#BDABA3

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

Shades of Martini #BDABA3

Tints of Martini #BDABA3

Color information

#BDABA3 (or 0xBDABA3) is unknown color: approx Martini. HEX triplet: BD, AB and A3. RGB value is (189,171,163). Sum of RGB (Red+Green+Blue) = 189+171+163=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 163 (64.06% from 255 or 31.17% from 523); Max value from RGB is 189 - color contains mainly: red. Hex color #BDABA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDABA3 is #42545C. Grayscale: #AFAFAF. Windows color (decimal): -4346973 or 10726333. OLE color: 10726333.

HSL color Cylindrical-coordinate representation of color #BDABA3: hue angle of 18.46º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDABA3 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB189171163-
CMYK00.100.140.26
HSL18.46º16.46%69.02%-
HSV(B)18.46º13.76%74.12%-
XYZ42.1642.5940.65-
YUV175.47120.96137.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.14%
GREEN value IS 171 (67.19% from 255) = 32.70%
BLUE value IS 163 (64.06% from 255) = 31.17%
R=36.14%
G=32.70%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917116300.100.140.2618.4616.4669.02
HexBDABA30AE1A121045
Octal27525324301216322220105
Binary1011110110101011101000110101011101101010010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDABA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDABA3; }

 p { color: rgb(189,171,163); }

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

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

 a { background-color: rgb(189,171,163); }

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

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

 span { border-color: rgb(189,171,163); }

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