Shades of Maverick #BFB6BD
Tints of Maverick #BFB6BD
RGB
CMYK
RGB Variations
Color information
#BFB6BD (or 0xBFB6BD) is known color: Maverick. HEX triplet: BF, B6 and BD. RGB value is (191,182,189). Sum of RGB (Red+Green+Blue) = 191+182+189=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 182 (71.48% from 255 or 32.38% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB6BD is #404942. Grayscale: #B9B9B9. Windows color (decimal): -4213059 or 12433087. OLE color: 12433087.
HSL color Cylindrical-coordinate representation of color #BFB6BD: hue angle of 313.33º degrees, saturation: 0.07, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BFB6BD is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 182 | 189 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.25 |
| HSL | 313.33º | 0.07% | 0.73% | - |
| HSV(B) | 313.33º | 0.05% | 0.75% | - |
| XYZ | 47.4 | 48.21 | 54.95 | - |
| YUV | 185.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 182 | 189 | 0 | 0.05 | 0.01 | 0.25 | 313.33 | 0.07 | 0.73 |
| Hex | BF | B6 | BD | 0 | 5 | 1 | 19 | 139 | 7 | 49 |
| Octal | 277 | 266 | 275 | 0 | 5 | 1 | 31 | 471 | 7 | 111 |
| Binary | 10111111 | 10110110 | 10111101 | 0 | 101 | 1 | 11001 | 100111001 | 111 | 1001001 |
Color Harmonies of #BFB6BD
Complementary color
Monochromatic Colors of #BFB6BD
Black with #BFB6BD
Text Example
Text Example
White with #BFB6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB6BD; }
p { color: rgb(191,182,189); }
H1.HeaderClassName
{
color: #BFB6BD;
}
.AnyTagClassName
{
color: #BFB6BD;
}
</style>
background-color css
<style>
a { background-color: #BFB6BD; }
a { background-color: rgb(191,182,189); }
div.DivClassName
{
background-color: #BFB6BD;
}
.BgClassName
{
background-color: #BFB6BD;
}
</style>
border-color css
<style>
span { border-color: #BFB6BD; }
span { border-color: rgb(191,182,189); }
td.TdClassName
{
border-color: #BFB6BD;
}
.TagClassName
{
border-color: #BFB6BD;
}
</style>