Shades of Maverick #BFB0BB
Tints of Maverick #BFB0BB
RGB
CMYK
RGB Variations
Color information
#BFB0BB (or 0xBFB0BB) is known color: Maverick. HEX triplet: BF, B0 and BB. RGB value is (191,176,187). Sum of RGB (Red+Green+Blue) = 191+176+187=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB0BB is #404F44. Grayscale: #B5B5B5. Windows color (decimal): -4214597 or 12300479. OLE color: 12300479.
HSL color Cylindrical-coordinate representation of color #BFB0BB: hue angle of 316º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFB0BB is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 176 | 187 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.25 |
| HSL | 316º | 0.1% | 0.72% | - |
| HSV(B) | 316º | 0.08% | 0.75% | - |
| XYZ | 45.98 | 45.71 | 53.41 | - |
| YUV | 181.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 187 | 0 | 0.08 | 0.02 | 0.25 | 316 | 0.1 | 0.72 |
| Hex | BF | B0 | BB | 0 | 8 | 2 | 19 | 13C | A | 48 |
| Octal | 277 | 260 | 273 | 0 | 10 | 2 | 31 | 474 | 12 | 110 |
| Binary | 10111111 | 10110000 | 10111011 | 0 | 1000 | 10 | 11001 | 100111100 | 1010 | 1001000 |
Color Harmonies of #BFB0BB
Complementary color
Monochromatic Colors of #BFB0BB
Black with #BFB0BB
Text Example
Text Example
White with #BFB0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB0BB; }
p { color: rgb(191,176,187); }
H1.HeaderClassName
{
color: #BFB0BB;
}
.AnyTagClassName
{
color: #BFB0BB;
}
</style>
background-color css
<style>
a { background-color: #BFB0BB; }
a { background-color: rgb(191,176,187); }
div.DivClassName
{
background-color: #BFB0BB;
}
.BgClassName
{
background-color: #BFB0BB;
}
</style>
border-color css
<style>
span { border-color: #BFB0BB; }
span { border-color: rgb(191,176,187); }
td.TdClassName
{
border-color: #BFB0BB;
}
.TagClassName
{
border-color: #BFB0BB;
}
</style>