#BDB1AC

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

Shades of Martini #BDB1AC

Tints of Martini #BDB1AC

Color information

#BDB1AC (or 0xBDB1AC) is unknown color: approx Martini. HEX triplet: BD, B1 and AC. RGB value is (189,177,172). Sum of RGB (Red+Green+Blue) = 189+177+172=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 177 (69.53% from 255 or 32.90% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB1AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB1AC is #424E53. Grayscale: #B4B4B4. Windows color (decimal): -4345428 or 11317693. OLE color: 11317693.

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

Color convert

RGB189177172-
CMYK00.060.090.26
HSL17.65º11.41%70.78%-
HSV(B)17.65º8.99%74.12%-
XYZ44.1545.2445.44-
YUV180.02123.48134.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.13%
GREEN value IS 177 (69.53% from 255) = 32.90%
BLUE value IS 172 (67.58% from 255) = 31.97%
R=35.13%
G=32.90%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917717200.060.090.2617.6511.4170.78
HexBDB1AC0691A12b47
Octal2752612540611322213107
Binary10111101101100011010110001101001110101001010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB1AC; }

 p { color: rgb(189,177,172); }

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

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

 a { background-color: rgb(189,177,172); }

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

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

 span { border-color: rgb(189,177,172); }

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