Shades of Maverick #BDB6BA
Tints of Maverick #BDB6BA
RGB
CMYK
RGB Variations
Color information
#BDB6BA (or 0xBDB6BA) is known color: Maverick. HEX triplet: BD, B6 and BA. RGB value is (189,182,186). Sum of RGB (Red+Green+Blue) = 189+182+186=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 182 (71.48% from 255 or 32.68% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB6BA is #424945. Grayscale: #B8B8B8. Windows color (decimal): -4344134 or 12236477. OLE color: 12236477.
HSL color Cylindrical-coordinate representation of color #BDB6BA: hue angle of 325.71º degrees, saturation: 0.05, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BDB6BA is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 182 | 186 | - |
CMYK | 0 | 0.04 | 0.02 | 0.26 |
HSL | 325.71º | 0.05% | 0.73% | - |
HSV(B) | 325.71º | 0.04% | 0.74% | - |
XYZ | 46.58 | 47.82 | 53.23 | - |
YUV | 184.55 | 128.82 | 131.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 182 | 186 | 0 | 0.04 | 0.02 | 0.26 | 325.71 | 0.05 | 0.73 |
Hex | BD | B6 | BA | 0 | 4 | 2 | 1A | 146 | 5 | 49 |
Octal | 275 | 266 | 272 | 0 | 4 | 2 | 32 | 506 | 5 | 111 |
Binary | 10111101 | 10110110 | 10111010 | 0 | 100 | 10 | 11010 | 101000110 | 101 | 1001001 |
Color Harmonies of #BDB6BA
Complementary color
Monochromatic Colors of #BDB6BA
Black with #BDB6BA
Text Example
Text Example
White with #BDB6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB6BA; }
p { color: rgb(189,182,186); }
H1.HeaderClassName
{
color: #BDB6BA;
}
.AnyTagClassName
{
color: #BDB6BA;
}
</style>
background-color css
<style>
a { background-color: #BDB6BA; }
a { background-color: rgb(189,182,186); }
div.DivClassName
{
background-color: #BDB6BA;
}
.BgClassName
{
background-color: #BDB6BA;
}
</style>
border-color css
<style>
span { border-color: #BDB6BA; }
span { border-color: rgb(189,182,186); }
td.TdClassName
{
border-color: #BDB6BA;
}
.TagClassName
{
border-color: #BDB6BA;
}
</style>