Shades of Maverick #BAB7B8
Tints of Maverick #BAB7B8
RGB
CMYK
RGB Variations
Color information
#BAB7B8 (or 0xBAB7B8) is known color: Maverick. HEX triplet: BA, B7 and B8. RGB value is (186,183,184). Sum of RGB (Red+Green+Blue) = 186+183+184=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 183 (71.88% from 255 or 33.09% from 553); Blue value is 184 (72.27% from 255 or 33.27% from 553); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB7B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB7B8 is #454847. Grayscale: #B8B8B8. Windows color (decimal): -4540488 or 12105658. OLE color: 12105658.
HSL color Cylindrical-coordinate representation of color #BAB7B8: hue angle of 340º degrees, saturation: 0.02, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BAB7B8 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 183 | 184 | - |
CMYK | 0 | 0.02 | 0.01 | 0.27 |
HSL | 340º | 0.02% | 0.72% | - |
HSV(B) | 340º | 0.02% | 0.73% | - |
XYZ | 45.83 | 47.77 | 52.15 | - |
YUV | 184.01 | 127.99 | 129.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 183 | 184 | 0 | 0.02 | 0.01 | 0.27 | 340 | 0.02 | 0.72 |
Hex | BA | B7 | B8 | 0 | 2 | 1 | 1B | 154 | 2 | 48 |
Octal | 272 | 267 | 270 | 0 | 2 | 1 | 33 | 524 | 2 | 110 |
Binary | 10111010 | 10110111 | 10111000 | 0 | 10 | 1 | 11011 | 101010100 | 10 | 1001000 |
Color Harmonies of #BAB7B8
Complementary color
Monochromatic Colors of #BAB7B8
Black with #BAB7B8
Text Example
Text Example
White with #BAB7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB7B8; }
p { color: rgb(186,183,184); }
H1.HeaderClassName
{
color: #BAB7B8;
}
.AnyTagClassName
{
color: #BAB7B8;
}
</style>
background-color css
<style>
a { background-color: #BAB7B8; }
a { background-color: rgb(186,183,184); }
div.DivClassName
{
background-color: #BAB7B8;
}
.BgClassName
{
background-color: #BAB7B8;
}
</style>
border-color css
<style>
span { border-color: #BAB7B8; }
span { border-color: rgb(186,183,184); }
td.TdClassName
{
border-color: #BAB7B8;
}
.TagClassName
{
border-color: #BAB7B8;
}
</style>