Shades of Maverick #BFABBC
Tints of Maverick #BFABBC
RGB
CMYK
RGB Variations
Color information
#BFABBC (or 0xBFABBC) is known color: Maverick. HEX triplet: BF, AB and BC. RGB value is (191,171,188). Sum of RGB (Red+Green+Blue) = 191+171+188=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 191 - color contains mainly: red. Hex color #BFABBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFABBC is #405443. Grayscale: #B2B2B2. Windows color (decimal): -4215876 or 12364735. OLE color: 12364735.
HSL color Cylindrical-coordinate representation of color #BFABBC: hue angle of 309º 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 #BFABBC is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 188 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.25 |
| HSL | 309º | 0.14% | 0.71% | - |
| HSV(B) | 309º | 0.1% | 0.75% | - |
| XYZ | 45.13 | 43.83 | 53.66 | - |
| YUV | 178.92 | 133.13 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 188 | 0 | 0.10 | 0.02 | 0.25 | 309 | 0.14 | 0.71 |
| Hex | BF | AB | BC | 0 | A | 2 | 19 | 135 | E | 47 |
| Octal | 277 | 253 | 274 | 0 | 12 | 2 | 31 | 465 | 16 | 107 |
| Binary | 10111111 | 10101011 | 10111100 | 0 | 1010 | 10 | 11001 | 100110101 | 1110 | 1000111 |
Color Harmonies of #BFABBC
Complementary color
Monochromatic Colors of #BFABBC
Black with #BFABBC
Text Example
Text Example
White with #BFABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFABBC; }
p { color: rgb(191,171,188); }
H1.HeaderClassName
{
color: #BFABBC;
}
.AnyTagClassName
{
color: #BFABBC;
}
</style>
background-color css
<style>
a { background-color: #BFABBC; }
a { background-color: rgb(191,171,188); }
div.DivClassName
{
background-color: #BFABBC;
}
.BgClassName
{
background-color: #BFABBC;
}
</style>
border-color css
<style>
span { border-color: #BFABBC; }
span { border-color: rgb(191,171,188); }
td.TdClassName
{
border-color: #BFABBC;
}
.TagClassName
{
border-color: #BFABBC;
}
</style>