Shades of Maverick #BFA7BA
Tints of Maverick #BFA7BA
RGB
CMYK
RGB Variations
Color information
#BFA7BA (or 0xBFA7BA) is known color: Maverick. HEX triplet: BF, A7 and BA. RGB value is (191,167,186). Sum of RGB (Red+Green+Blue) = 191+167+186=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 167 (65.62% from 255 or 30.70% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA7BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA7BA is #405845. Grayscale: #B0B0B0. Windows color (decimal): -4216902 or 12232639. OLE color: 12232639.
HSL color Cylindrical-coordinate representation of color #BFA7BA: hue angle of 312.5º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFA7BA is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 167 | 186 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.25 |
| HSL | 312.5º | 0.16% | 0.7% | - |
| HSV(B) | 312.5º | 0.13% | 0.75% | - |
| XYZ | 44.17 | 42.26 | 52.28 | - |
| YUV | 176.34 | 133.45 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 167 | 186 | 0 | 0.13 | 0.03 | 0.25 | 312.5 | 0.16 | 0.7 |
| Hex | BF | A7 | BA | 0 | D | 3 | 19 | 138 | 10 | 46 |
| Octal | 277 | 247 | 272 | 0 | 15 | 3 | 31 | 470 | 20 | 106 |
| Binary | 10111111 | 10100111 | 10111010 | 0 | 1101 | 11 | 11001 | 100111000 | 10000 | 1000110 |
Color Harmonies of #BFA7BA
Complementary color
Monochromatic Colors of #BFA7BA
Black with #BFA7BA
Text Example
Text Example
White with #BFA7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA7BA; }
p { color: rgb(191,167,186); }
H1.HeaderClassName
{
color: #BFA7BA;
}
.AnyTagClassName
{
color: #BFA7BA;
}
</style>
background-color css
<style>
a { background-color: #BFA7BA; }
a { background-color: rgb(191,167,186); }
div.DivClassName
{
background-color: #BFA7BA;
}
.BgClassName
{
background-color: #BFA7BA;
}
</style>
border-color css
<style>
span { border-color: #BFA7BA; }
span { border-color: rgb(191,167,186); }
td.TdClassName
{
border-color: #BFA7BA;
}
.TagClassName
{
border-color: #BFA7BA;
}
</style>