Shades of Martini #BDB1AC
Tints of Martini #BDB1AC
RGB
CMYK
RGB Variations
Color information
#BDB1AC (or 0xBDB1AC) is known color: 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
RGB | 189 | 177 | 172 | - |
CMYK | 0 | 0.06 | 0.09 | 0.26 |
HSL | 17.65º | 0.11% | 0.71% | - |
HSV(B) | 17.65º | 0.09% | 0.74% | - |
XYZ | 44.15 | 45.24 | 45.44 | - |
YUV | 180.02 | 123.48 | 134.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 177 | 172 | 0 | 0.06 | 0.09 | 0.26 | 17.65 | 0.11 | 0.71 |
Hex | BD | B1 | AC | 0 | 6 | 9 | 1A | 12 | B | 47 |
Octal | 275 | 261 | 254 | 0 | 6 | 11 | 32 | 22 | 13 | 107 |
Binary | 10111101 | 10110001 | 10101100 | 0 | 110 | 1001 | 11010 | 10010 | 1011 | 1000111 |
Color Harmonies of #BDB1AC
Complementary color
Monochromatic Colors of #BDB1AC
Black with #BDB1AC
Text Example
Text Example
White with #BDB1AC
Text Example
Text Example
HTML Codes & Css Web 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>