Shades of Martini #BDB2AE
Tints of Martini #BDB2AE
RGB
CMYK
RGB Variations
Color information
#BDB2AE (or 0xBDB2AE) is known color: Martini. HEX triplet: BD, B2 and AE. RGB value is (189,178,174). Sum of RGB (Red+Green+Blue) = 189+178+174=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 178 (69.92% from 255 or 32.90% from 541); Blue value is 174 (68.36% from 255 or 32.16% from 541); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB2AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB2AE is #424D51. Grayscale: #B4B4B4. Windows color (decimal): -4345170 or 11449021. OLE color: 11449021.
HSL color Cylindrical-coordinate representation of color #BDB2AE: hue angle of 16º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDB2AE is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 178 | 174 | - |
CMYK | 0 | 0.06 | 0.08 | 0.26 |
HSL | 16º | 0.1% | 0.71% | - |
HSV(B) | 16º | 0.08% | 0.74% | - |
XYZ | 44.55 | 45.72 | 46.52 | - |
YUV | 180.83 | 124.14 | 133.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 178 | 174 | 0 | 0.06 | 0.08 | 0.26 | 16 | 0.1 | 0.71 |
Hex | BD | B2 | AE | 0 | 6 | 8 | 1A | 10 | A | 47 |
Octal | 275 | 262 | 256 | 0 | 6 | 10 | 32 | 20 | 12 | 107 |
Binary | 10111101 | 10110010 | 10101110 | 0 | 110 | 1000 | 11010 | 10000 | 1010 | 1000111 |
Color Harmonies of #BDB2AE
Complementary color
Monochromatic Colors of #BDB2AE
Black with #BDB2AE
Text Example
Text Example
White with #BDB2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB2AE; }
p { color: rgb(189,178,174); }
H1.HeaderClassName
{
color: #BDB2AE;
}
.AnyTagClassName
{
color: #BDB2AE;
}
</style>
background-color css
<style>
a { background-color: #BDB2AE; }
a { background-color: rgb(189,178,174); }
div.DivClassName
{
background-color: #BDB2AE;
}
.BgClassName
{
background-color: #BDB2AE;
}
</style>
border-color css
<style>
span { border-color: #BDB2AE; }
span { border-color: rgb(189,178,174); }
td.TdClassName
{
border-color: #BDB2AE;
}
.TagClassName
{
border-color: #BDB2AE;
}
</style>