#BDB0AC

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

Shades of Martini #BDB0AC

Tints of Martini #BDB0AC

Color information

#BDB0AC (or 0xBDB0AC) is unknown color: approx Martini. HEX triplet: BD, B0 and AC. RGB value is (189,176,172). Sum of RGB (Red+Green+Blue) = 189+176+172=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 176 (69.14% from 255 or 32.77% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB0AC is #424F53. Grayscale: #B3B3B3. Windows color (decimal): -4345684 or 11317437. OLE color: 11317437.

HSL color Cylindrical-coordinate representation of color #BDB0AC: hue angle of 14.12º 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 #BDB0AC is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB189176172-
CMYK00.070.090.26
HSL14.12º11.41%70.78%-
HSV(B)14.12º8.99%74.12%-
XYZ43.9644.8545.37-
YUV179.43123.81134.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.20%
GREEN value IS 176 (69.14% from 255) = 32.77%
BLUE value IS 172 (67.58% from 255) = 32.03%
R=35.20%
G=32.77%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917617200.070.090.2614.1211.4170.78
HexBDB0AC0791Aeb47
Octal2752602540711321613107
Binary1011110110110000101011000111100111010111010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB0AC; }

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

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

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

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

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

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

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

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