Shades of Maverick #BDB5BA
Tints of Maverick #BDB5BA
RGB
CMYK
RGB Variations
Color information
#BDB5BA (or 0xBDB5BA) is known color: Maverick. HEX triplet: BD, B5 and BA. RGB value is (189,181,186). Sum of RGB (Red+Green+Blue) = 189+181+186=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 181 (71.09% from 255 or 32.55% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB5BA is #424A45. Grayscale: #B7B7B7. Windows color (decimal): -4344390 or 12236221. OLE color: 12236221.
HSL color Cylindrical-coordinate representation of color #BDB5BA: hue angle of 322.5º degrees, saturation: 0.06, 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 #BDB5BA is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 181 | 186 | - |
CMYK | 0 | 0.04 | 0.02 | 0.26 |
HSL | 322.5º | 0.06% | 0.73% | - |
HSV(B) | 322.5º | 0.04% | 0.74% | - |
XYZ | 46.37 | 47.41 | 53.16 | - |
YUV | 183.96 | 129.15 | 131.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 181 | 186 | 0 | 0.04 | 0.02 | 0.26 | 322.5 | 0.06 | 0.73 |
Hex | BD | B5 | BA | 0 | 4 | 2 | 1A | 142 | 6 | 49 |
Octal | 275 | 265 | 272 | 0 | 4 | 2 | 32 | 502 | 6 | 111 |
Binary | 10111101 | 10110101 | 10111010 | 0 | 100 | 10 | 11010 | 101000010 | 110 | 1001001 |
Color Harmonies of #BDB5BA
Complementary color
Monochromatic Colors of #BDB5BA
Black with #BDB5BA
Text Example
Text Example
White with #BDB5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB5BA; }
p { color: rgb(189,181,186); }
H1.HeaderClassName
{
color: #BDB5BA;
}
.AnyTagClassName
{
color: #BDB5BA;
}
</style>
background-color css
<style>
a { background-color: #BDB5BA; }
a { background-color: rgb(189,181,186); }
div.DivClassName
{
background-color: #BDB5BA;
}
.BgClassName
{
background-color: #BDB5BA;
}
</style>
border-color css
<style>
span { border-color: #BDB5BA; }
span { border-color: rgb(189,181,186); }
td.TdClassName
{
border-color: #BDB5BA;
}
.TagClassName
{
border-color: #BDB5BA;
}
</style>