Shades of Maverick #BCB2BA
Tints of Maverick #BCB2BA
RGB
CMYK
RGB Variations
Color information
#BCB2BA (or 0xBCB2BA) is known color: Maverick. HEX triplet: BC, B2 and BA. RGB value is (188,178,186). Sum of RGB (Red+Green+Blue) = 188+178+186=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 178 (69.92% from 255 or 32.25% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB2BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB2BA is #434D45. Grayscale: #B5B5B5. Windows color (decimal): -4410694 or 12235452. OLE color: 12235452.
HSL color Cylindrical-coordinate representation of color #BCB2BA: hue angle of 312º degrees, saturation: 0.07, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BCB2BA is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 178 | 186 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.26 |
| HSL | 312º | 0.07% | 0.72% | - |
| HSV(B) | 312º | 0.05% | 0.74% | - |
| XYZ | 45.52 | 46.08 | 52.95 | - |
| YUV | 181.9 | 130.31 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 186 | 0 | 0.05 | 0.01 | 0.26 | 312 | 0.07 | 0.72 |
| Hex | BC | B2 | BA | 0 | 5 | 1 | 1A | 138 | 7 | 48 |
| Octal | 274 | 262 | 272 | 0 | 5 | 1 | 32 | 470 | 7 | 110 |
| Binary | 10111100 | 10110010 | 10111010 | 0 | 101 | 1 | 11010 | 100111000 | 111 | 1001000 |
Color Harmonies of #BCB2BA
Complementary color
Monochromatic Colors of #BCB2BA
Black with #BCB2BA
Text Example
Text Example
White with #BCB2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB2BA; }
p { color: rgb(188,178,186); }
H1.HeaderClassName
{
color: #BCB2BA;
}
.AnyTagClassName
{
color: #BCB2BA;
}
</style>
background-color css
<style>
a { background-color: #BCB2BA; }
a { background-color: rgb(188,178,186); }
div.DivClassName
{
background-color: #BCB2BA;
}
.BgClassName
{
background-color: #BCB2BA;
}
</style>
border-color css
<style>
span { border-color: #BCB2BA; }
span { border-color: rgb(188,178,186); }
td.TdClassName
{
border-color: #BCB2BA;
}
.TagClassName
{
border-color: #BCB2BA;
}
</style>