Shades of Maverick #BFA9BA
Tints of Maverick #BFA9BA
RGB
CMYK
RGB Variations
Color information
#BFA9BA (or 0xBFA9BA) is known color: Maverick. HEX triplet: BF, A9 and BA. RGB value is (191,169,186). Sum of RGB (Red+Green+Blue) = 191+169+186=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 169 (66.41% from 255 or 30.95% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA9BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA9BA is #405645. Grayscale: #B1B1B1. Windows color (decimal): -4216390 or 12233151. OLE color: 12233151.
HSL color Cylindrical-coordinate representation of color #BFA9BA: hue angle of 313.64º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFA9BA is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 169 | 186 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.25 |
| HSL | 313.64º | 0.15% | 0.71% | - |
| HSV(B) | 313.64º | 0.12% | 0.75% | - |
| XYZ | 44.54 | 43 | 52.41 | - |
| YUV | 177.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 169 | 186 | 0 | 0.12 | 0.03 | 0.25 | 313.64 | 0.15 | 0.71 |
| Hex | BF | A9 | BA | 0 | C | 3 | 19 | 13A | F | 47 |
| Octal | 277 | 251 | 272 | 0 | 14 | 3 | 31 | 472 | 17 | 107 |
| Binary | 10111111 | 10101001 | 10111010 | 0 | 1100 | 11 | 11001 | 100111010 | 1111 | 1000111 |
Color Harmonies of #BFA9BA
Complementary color
Monochromatic Colors of #BFA9BA
Black with #BFA9BA
Text Example
Text Example
White with #BFA9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA9BA; }
p { color: rgb(191,169,186); }
H1.HeaderClassName
{
color: #BFA9BA;
}
.AnyTagClassName
{
color: #BFA9BA;
}
</style>
background-color css
<style>
a { background-color: #BFA9BA; }
a { background-color: rgb(191,169,186); }
div.DivClassName
{
background-color: #BFA9BA;
}
.BgClassName
{
background-color: #BFA9BA;
}
</style>
border-color css
<style>
span { border-color: #BFA9BA; }
span { border-color: rgb(191,169,186); }
td.TdClassName
{
border-color: #BFA9BA;
}
.TagClassName
{
border-color: #BFA9BA;
}
</style>