Shades of Maverick #BFB2BB
Tints of Maverick #BFB2BB
RGB
CMYK
RGB Variations
Color information
#BFB2BB (or 0xBFB2BB) is known color: Maverick. HEX triplet: BF, B2 and BB. RGB value is (191,178,187). Sum of RGB (Red+Green+Blue) = 191+178+187=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 178 (69.92% from 255 or 32.01% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB2BB is #404D44. Grayscale: #B6B6B6. Windows color (decimal): -4214085 or 12300991. OLE color: 12300991.
HSL color Cylindrical-coordinate representation of color #BFB2BB: hue angle of 318.46º degrees, saturation: 0.09, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFB2BB is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 178 | 187 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.25 |
| HSL | 318.46º | 0.09% | 0.72% | - |
| HSV(B) | 318.46º | 0.07% | 0.75% | - |
| XYZ | 46.38 | 46.51 | 53.55 | - |
| YUV | 182.91 | 130.31 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 187 | 0 | 0.07 | 0.02 | 0.25 | 318.46 | 0.09 | 0.72 |
| Hex | BF | B2 | BB | 0 | 7 | 2 | 19 | 13E | 9 | 48 |
| Octal | 277 | 262 | 273 | 0 | 7 | 2 | 31 | 476 | 11 | 110 |
| Binary | 10111111 | 10110010 | 10111011 | 0 | 111 | 10 | 11001 | 100111110 | 1001 | 1001000 |
Color Harmonies of #BFB2BB
Complementary color
Monochromatic Colors of #BFB2BB
Black with #BFB2BB
Text Example
Text Example
White with #BFB2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB2BB; }
p { color: rgb(191,178,187); }
H1.HeaderClassName
{
color: #BFB2BB;
}
.AnyTagClassName
{
color: #BFB2BB;
}
</style>
background-color css
<style>
a { background-color: #BFB2BB; }
a { background-color: rgb(191,178,187); }
div.DivClassName
{
background-color: #BFB2BB;
}
.BgClassName
{
background-color: #BFB2BB;
}
</style>
border-color css
<style>
span { border-color: #BFB2BB; }
span { border-color: rgb(191,178,187); }
td.TdClassName
{
border-color: #BFB2BB;
}
.TagClassName
{
border-color: #BFB2BB;
}
</style>