Shades of Martini #BDAFAA
Tints of Martini #BDAFAA
RGB
CMYK
RGB Variations
Color information
#BDAFAA (or 0xBDAFAA) is known color: Martini. HEX triplet: BD, AF and AA. RGB value is (189,175,170). Sum of RGB (Red+Green+Blue) = 189+175+170=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAFAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAFAA is #425055. Grayscale: #B2B2B2. Windows color (decimal): -4345942 or 11186109. OLE color: 11186109.
HSL color Cylindrical-coordinate representation of color #BDAFAA: hue angle of 15.79º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDAFAA is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 170 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.26 |
| HSL | 15.79º | 0.13% | 0.7% | - |
| HSV(B) | 15.79º | 0.1% | 0.74% | - |
| XYZ | 43.57 | 44.38 | 44.3 | - |
| YUV | 178.62 | 123.14 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 170 | 0 | 0.07 | 0.10 | 0.26 | 15.79 | 0.13 | 0.7 |
| Hex | BD | AF | AA | 0 | 7 | A | 1A | 10 | D | 46 |
| Octal | 275 | 257 | 252 | 0 | 7 | 12 | 32 | 20 | 15 | 106 |
| Binary | 10111101 | 10101111 | 10101010 | 0 | 111 | 1010 | 11010 | 10000 | 1101 | 1000110 |
Color Harmonies of #BDAFAA
Complementary color
Monochromatic Colors of #BDAFAA
Black with #BDAFAA
Text Example
Text Example
White with #BDAFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAFAA; }
p { color: rgb(189,175,170); }
H1.HeaderClassName
{
color: #BDAFAA;
}
.AnyTagClassName
{
color: #BDAFAA;
}
</style>
background-color css
<style>
a { background-color: #BDAFAA; }
a { background-color: rgb(189,175,170); }
div.DivClassName
{
background-color: #BDAFAA;
}
.BgClassName
{
background-color: #BDAFAA;
}
</style>
border-color css
<style>
span { border-color: #BDAFAA; }
span { border-color: rgb(189,175,170); }
td.TdClassName
{
border-color: #BDAFAA;
}
.TagClassName
{
border-color: #BDAFAA;
}
</style>