Shades of Maverick #BFB4BB
Tints of Maverick #BFB4BB
RGB
CMYK
RGB Variations
Color information
#BFB4BB (or 0xBFB4BB) is known color: Maverick. HEX triplet: BF, B4 and BB. RGB value is (191,180,187). Sum of RGB (Red+Green+Blue) = 191+180+187=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 180 (70.70% from 255 or 32.26% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB4BB is #404B44. Grayscale: #B8B8B8. Windows color (decimal): -4213573 or 12301503. OLE color: 12301503.
HSL color Cylindrical-coordinate representation of color #BFB4BB: hue angle of 321.82º degrees, saturation: 0.08, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFB4BB is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 180 | 187 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.25 |
| HSL | 321.82º | 0.08% | 0.73% | - |
| HSV(B) | 321.82º | 0.06% | 0.75% | - |
| XYZ | 46.78 | 47.31 | 53.68 | - |
| YUV | 184.09 | 129.64 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 180 | 187 | 0 | 0.06 | 0.02 | 0.25 | 321.82 | 0.08 | 0.73 |
| Hex | BF | B4 | BB | 0 | 6 | 2 | 19 | 142 | 8 | 49 |
| Octal | 277 | 264 | 273 | 0 | 6 | 2 | 31 | 502 | 10 | 111 |
| Binary | 10111111 | 10110100 | 10111011 | 0 | 110 | 10 | 11001 | 101000010 | 1000 | 1001001 |
Color Harmonies of #BFB4BB
Complementary color
Monochromatic Colors of #BFB4BB
Black with #BFB4BB
Text Example
Text Example
White with #BFB4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB4BB; }
p { color: rgb(191,180,187); }
H1.HeaderClassName
{
color: #BFB4BB;
}
.AnyTagClassName
{
color: #BFB4BB;
}
</style>
background-color css
<style>
a { background-color: #BFB4BB; }
a { background-color: rgb(191,180,187); }
div.DivClassName
{
background-color: #BFB4BB;
}
.BgClassName
{
background-color: #BFB4BB;
}
</style>
border-color css
<style>
span { border-color: #BFB4BB; }
span { border-color: rgb(191,180,187); }
td.TdClassName
{
border-color: #BFB4BB;
}
.TagClassName
{
border-color: #BFB4BB;
}
</style>