#BDB0AB

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

Shades of Martini #BDB0AB

Tints of Martini #BDB0AB

Color information

#BDB0AB (or 0xBDB0AB) is unknown color: approx Martini. HEX triplet: BD, B0 and AB. RGB value is (189,176,171). Sum of RGB (Red+Green+Blue) = 189+176+171=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 176 (69.14% from 255 or 32.84% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB0AB is #424F54. Grayscale: #B3B3B3. Windows color (decimal): -4345685 or 11251901. OLE color: 11251901.

HSL color Cylindrical-coordinate representation of color #BDB0AB: hue angle of 16.67º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDB0AB is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB189176171-
CMYK00.070.100.26
HSL16.67º12%70.59%-
HSV(B)16.67º9.52%74.12%-
XYZ43.8644.8144.87-
YUV179.32123.31134.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.26%
GREEN value IS 176 (69.14% from 255) = 32.84%
BLUE value IS 171 (67.19% from 255) = 31.90%
R=35.26%
G=32.84%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917617100.070.100.2616.671270.59
HexBDB0AB07A1A11c47
Octal2752602530712322114107
Binary10111101101100001010101101111010110101000111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB0AB; }

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

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

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

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

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

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

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

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