Shades of Maverick #BFACB8
Tints of Maverick #BFACB8
RGB
CMYK
RGB Variations
Color information
#BFACB8 (or 0xBFACB8) is known color: Maverick. HEX triplet: BF, AC and B8. RGB value is (191,172,184). Sum of RGB (Red+Green+Blue) = 191+172+184=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 184 (72.27% from 255 or 33.64% from 547); Max value from RGB is 191 - color contains mainly: red. Hex color #BFACB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFACB8 is #405347. Grayscale: #B3B3B3. Windows color (decimal): -4215624 or 12102847. OLE color: 12102847.
HSL color Cylindrical-coordinate representation of color #BFACB8: hue angle of 322.11º degrees, saturation: 0.13, 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 #BFACB8 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 172 | 184 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.25 |
| HSL | 322.11º | 0.13% | 0.71% | - |
| HSV(B) | 322.11º | 0.1% | 0.75% | - |
| XYZ | 44.89 | 44.04 | 51.48 | - |
| YUV | 179.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 184 | 0 | 0.10 | 0.04 | 0.25 | 322.11 | 0.13 | 0.71 |
| Hex | BF | AC | B8 | 0 | A | 4 | 19 | 142 | D | 47 |
| Octal | 277 | 254 | 270 | 0 | 12 | 4 | 31 | 502 | 15 | 107 |
| Binary | 10111111 | 10101100 | 10111000 | 0 | 1010 | 100 | 11001 | 101000010 | 1101 | 1000111 |
Color Harmonies of #BFACB8
Complementary color
Monochromatic Colors of #BFACB8
Black with #BFACB8
Text Example
Text Example
White with #BFACB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFACB8; }
p { color: rgb(191,172,184); }
H1.HeaderClassName
{
color: #BFACB8;
}
.AnyTagClassName
{
color: #BFACB8;
}
</style>
background-color css
<style>
a { background-color: #BFACB8; }
a { background-color: rgb(191,172,184); }
div.DivClassName
{
background-color: #BFACB8;
}
.BgClassName
{
background-color: #BFACB8;
}
</style>
border-color css
<style>
span { border-color: #BFACB8; }
span { border-color: rgb(191,172,184); }
td.TdClassName
{
border-color: #BFACB8;
}
.TagClassName
{
border-color: #BFACB8;
}
</style>