Shades of Maverick #BFABBB
Tints of Maverick #BFABBB
RGB
CMYK
RGB Variations
Color information
#BFABBB (or 0xBFABBB) is known color: Maverick. HEX triplet: BF, AB and BB. RGB value is (191,171,187). Sum of RGB (Red+Green+Blue) = 191+171+187=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 191 - color contains mainly: red. Hex color #BFABBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFABBB is #405444. Grayscale: #B2B2B2. Windows color (decimal): -4215877 or 12299199. OLE color: 12299199.
HSL color Cylindrical-coordinate representation of color #BFABBB: hue angle of 312º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFABBB is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 187 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.25 |
| HSL | 312º | 0.14% | 0.71% | - |
| HSV(B) | 312º | 0.1% | 0.75% | - |
| XYZ | 45.02 | 43.79 | 53.09 | - |
| YUV | 178.8 | 132.63 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 187 | 0 | 0.10 | 0.02 | 0.25 | 312 | 0.14 | 0.71 |
| Hex | BF | AB | BB | 0 | A | 2 | 19 | 138 | E | 47 |
| Octal | 277 | 253 | 273 | 0 | 12 | 2 | 31 | 470 | 16 | 107 |
| Binary | 10111111 | 10101011 | 10111011 | 0 | 1010 | 10 | 11001 | 100111000 | 1110 | 1000111 |
Color Harmonies of #BFABBB
Complementary color
Monochromatic Colors of #BFABBB
Black with #BFABBB
Text Example
Text Example
White with #BFABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFABBB; }
p { color: rgb(191,171,187); }
H1.HeaderClassName
{
color: #BFABBB;
}
.AnyTagClassName
{
color: #BFABBB;
}
</style>
background-color css
<style>
a { background-color: #BFABBB; }
a { background-color: rgb(191,171,187); }
div.DivClassName
{
background-color: #BFABBB;
}
.BgClassName
{
background-color: #BFABBB;
}
</style>
border-color css
<style>
span { border-color: #BFABBB; }
span { border-color: rgb(191,171,187); }
td.TdClassName
{
border-color: #BFABBB;
}
.TagClassName
{
border-color: #BFABBB;
}
</style>