Shades of Maverick #BFB4BC
Tints of Maverick #BFB4BC
RGB
CMYK
RGB Variations
Color information
#BFB4BC (or 0xBFB4BC) is known color: Maverick. HEX triplet: BF, B4 and BC. RGB value is (191,180,188). Sum of RGB (Red+Green+Blue) = 191+180+188=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 180 (70.70% from 255 or 32.20% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB4BC is #404B43. Grayscale: #B8B8B8. Windows color (decimal): -4213572 or 12367039. OLE color: 12367039.
HSL color Cylindrical-coordinate representation of color #BFB4BC: hue angle of 316.36º 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 #BFB4BC is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 180 | 188 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.25 |
| HSL | 316.36º | 0.08% | 0.73% | - |
| HSV(B) | 316.36º | 0.06% | 0.75% | - |
| XYZ | 46.88 | 47.35 | 54.25 | - |
| YUV | 184.2 | 130.14 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 180 | 188 | 0 | 0.06 | 0.02 | 0.25 | 316.36 | 0.08 | 0.73 |
| Hex | BF | B4 | BC | 0 | 6 | 2 | 19 | 13C | 8 | 49 |
| Octal | 277 | 264 | 274 | 0 | 6 | 2 | 31 | 474 | 10 | 111 |
| Binary | 10111111 | 10110100 | 10111100 | 0 | 110 | 10 | 11001 | 100111100 | 1000 | 1001001 |
Color Harmonies of #BFB4BC
Complementary color
Monochromatic Colors of #BFB4BC
Black with #BFB4BC
Text Example
Text Example
White with #BFB4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB4BC; }
p { color: rgb(191,180,188); }
H1.HeaderClassName
{
color: #BFB4BC;
}
.AnyTagClassName
{
color: #BFB4BC;
}
</style>
background-color css
<style>
a { background-color: #BFB4BC; }
a { background-color: rgb(191,180,188); }
div.DivClassName
{
background-color: #BFB4BC;
}
.BgClassName
{
background-color: #BFB4BC;
}
</style>
border-color css
<style>
span { border-color: #BFB4BC; }
span { border-color: rgb(191,180,188); }
td.TdClassName
{
border-color: #BFB4BC;
}
.TagClassName
{
border-color: #BFB4BC;
}
</style>