Shades of Maverick #BDB7BA
Tints of Maverick #BDB7BA
RGB
CMYK
RGB Variations
Color information
#BDB7BA (or 0xBDB7BA) is known color: Maverick. HEX triplet: BD, B7 and BA. RGB value is (189,183,186). Sum of RGB (Red+Green+Blue) = 189+183+186=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 183 (71.88% from 255 or 32.80% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB7BA is #424845. Grayscale: #B9B9B9. Windows color (decimal): -4343878 or 12236733. OLE color: 12236733.
HSL color Cylindrical-coordinate representation of color #BDB7BA: hue angle of 330º degrees, saturation: 0.04, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BDB7BA is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 183 | 186 | - |
CMYK | 0 | 0.03 | 0.02 | 0.26 |
HSL | 330º | 0.04% | 0.73% | - |
HSV(B) | 330º | 0.03% | 0.74% | - |
XYZ | 46.78 | 48.23 | 53.3 | - |
YUV | 185.14 | 128.49 | 130.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 183 | 186 | 0 | 0.03 | 0.02 | 0.26 | 330 | 0.04 | 0.73 |
Hex | BD | B7 | BA | 0 | 3 | 2 | 1A | 14A | 4 | 49 |
Octal | 275 | 267 | 272 | 0 | 3 | 2 | 32 | 512 | 4 | 111 |
Binary | 10111101 | 10110111 | 10111010 | 0 | 11 | 10 | 11010 | 101001010 | 100 | 1001001 |
Color Harmonies of #BDB7BA
Complementary color
Monochromatic Colors of #BDB7BA
Black with #BDB7BA
Text Example
Text Example
White with #BDB7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB7BA; }
p { color: rgb(189,183,186); }
H1.HeaderClassName
{
color: #BDB7BA;
}
.AnyTagClassName
{
color: #BDB7BA;
}
</style>
background-color css
<style>
a { background-color: #BDB7BA; }
a { background-color: rgb(189,183,186); }
div.DivClassName
{
background-color: #BDB7BA;
}
.BgClassName
{
background-color: #BDB7BA;
}
</style>
border-color css
<style>
span { border-color: #BDB7BA; }
span { border-color: rgb(189,183,186); }
td.TdClassName
{
border-color: #BDB7BA;
}
.TagClassName
{
border-color: #BDB7BA;
}
</style>