Shades of Martini #BDAFAB
Tints of Martini #BDAFAB
RGB
CMYK
RGB Variations
Color information
#BDAFAB (or 0xBDAFAB) is known color: Martini. HEX triplet: BD, AF and AB. RGB value is (189,175,171). Sum of RGB (Red+Green+Blue) = 189+175+171=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAFAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAFAB is #425054. Grayscale: #B2B2B2. Windows color (decimal): -4345941 or 11251645. OLE color: 11251645.
HSL color Cylindrical-coordinate representation of color #BDAFAB: hue angle of 13.33º 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 #BDAFAB is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 171 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.26 |
| HSL | 13.33º | 0.12% | 0.71% | - |
| HSV(B) | 13.33º | 0.1% | 0.74% | - |
| XYZ | 43.67 | 44.42 | 44.8 | - |
| YUV | 178.73 | 123.64 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 171 | 0 | 0.07 | 0.10 | 0.26 | 13.33 | 0.12 | 0.71 |
| Hex | BD | AF | AB | 0 | 7 | A | 1A | D | C | 47 |
| Octal | 275 | 257 | 253 | 0 | 7 | 12 | 32 | 15 | 14 | 107 |
| Binary | 10111101 | 10101111 | 10101011 | 0 | 111 | 1010 | 11010 | 1101 | 1100 | 1000111 |
Color Harmonies of #BDAFAB
Complementary color
Monochromatic Colors of #BDAFAB
Black with #BDAFAB
Text Example
Text Example
White with #BDAFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAFAB; }
p { color: rgb(189,175,171); }
H1.HeaderClassName
{
color: #BDAFAB;
}
.AnyTagClassName
{
color: #BDAFAB;
}
</style>
background-color css
<style>
a { background-color: #BDAFAB; }
a { background-color: rgb(189,175,171); }
div.DivClassName
{
background-color: #BDAFAB;
}
.BgClassName
{
background-color: #BDAFAB;
}
</style>
border-color css
<style>
span { border-color: #BDAFAB; }
span { border-color: rgb(189,175,171); }
td.TdClassName
{
border-color: #BDAFAB;
}
.TagClassName
{
border-color: #BDAFAB;
}
</style>