Shades of Maverick #BCB5BA
Tints of Maverick #BCB5BA
RGB
CMYK
RGB Variations
Color information
#BCB5BA (or 0xBCB5BA) is known color: Maverick. HEX triplet: BC, B5 and BA. RGB value is (188,181,186). Sum of RGB (Red+Green+Blue) = 188+181+186=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 181 (71.09% from 255 or 32.61% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB5BA is #434A45. Grayscale: #B7B7B7. Windows color (decimal): -4409926 or 12236220. OLE color: 12236220.
HSL color Cylindrical-coordinate representation of color #BCB5BA: hue angle of 317.14º degrees, saturation: 0.05, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BCB5BA is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
RGB | 188 | 181 | 186 | - |
CMYK | 0 | 0.04 | 0.01 | 0.26 |
HSL | 317.14º | 0.05% | 0.72% | - |
HSV(B) | 317.14º | 0.04% | 0.74% | - |
XYZ | 46.13 | 47.28 | 53.15 | - |
YUV | 183.66 | 129.32 | 131.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 181 | 186 | 0 | 0.04 | 0.01 | 0.26 | 317.14 | 0.05 | 0.72 |
Hex | BC | B5 | BA | 0 | 4 | 1 | 1A | 13D | 5 | 48 |
Octal | 274 | 265 | 272 | 0 | 4 | 1 | 32 | 475 | 5 | 110 |
Binary | 10111100 | 10110101 | 10111010 | 0 | 100 | 1 | 11010 | 100111101 | 101 | 1001000 |
Color Harmonies of #BCB5BA
Complementary color
Monochromatic Colors of #BCB5BA
Black with #BCB5BA
Text Example
Text Example
White with #BCB5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB5BA; }
p { color: rgb(188,181,186); }
H1.HeaderClassName
{
color: #BCB5BA;
}
.AnyTagClassName
{
color: #BCB5BA;
}
</style>
background-color css
<style>
a { background-color: #BCB5BA; }
a { background-color: rgb(188,181,186); }
div.DivClassName
{
background-color: #BCB5BA;
}
.BgClassName
{
background-color: #BCB5BA;
}
</style>
border-color css
<style>
span { border-color: #BCB5BA; }
span { border-color: rgb(188,181,186); }
td.TdClassName
{
border-color: #BCB5BA;
}
.TagClassName
{
border-color: #BCB5BA;
}
</style>