Shades of Maverick #BCB8BB
Tints of Maverick #BCB8BB
RGB
CMYK
RGB Variations
Color information
#BCB8BB (or 0xBCB8BB) is known color: Maverick. HEX triplet: BC, B8 and BB. RGB value is (188,184,187). Sum of RGB (Red+Green+Blue) = 188+184+187=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 184 (72.27% from 255 or 32.92% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB8BB is #434744. Grayscale: #B9B9B9. Windows color (decimal): -4409157 or 12302524. OLE color: 12302524.
HSL color Cylindrical-coordinate representation of color #BCB8BB: hue angle of 315º degrees, saturation: 0.03, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BCB8BB is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 184 | 187 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.26 |
| HSL | 315º | 0.03% | 0.73% | - |
| HSV(B) | 315º | 0.02% | 0.74% | - |
| XYZ | 46.85 | 48.56 | 53.92 | - |
| YUV | 185.54 | 128.83 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 184 | 187 | 0 | 0.02 | 0.01 | 0.26 | 315 | 0.03 | 0.73 |
| Hex | BC | B8 | BB | 0 | 2 | 1 | 1A | 13B | 3 | 49 |
| Octal | 274 | 270 | 273 | 0 | 2 | 1 | 32 | 473 | 3 | 111 |
| Binary | 10111100 | 10111000 | 10111011 | 0 | 10 | 1 | 11010 | 100111011 | 11 | 1001001 |
Color Harmonies of #BCB8BB
Complementary color
Monochromatic Colors of #BCB8BB
Black with #BCB8BB
Text Example
Text Example
White with #BCB8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB8BB; }
p { color: rgb(188,184,187); }
H1.HeaderClassName
{
color: #BCB8BB;
}
.AnyTagClassName
{
color: #BCB8BB;
}
</style>
background-color css
<style>
a { background-color: #BCB8BB; }
a { background-color: rgb(188,184,187); }
div.DivClassName
{
background-color: #BCB8BB;
}
.BgClassName
{
background-color: #BCB8BB;
}
</style>
border-color css
<style>
span { border-color: #BCB8BB; }
span { border-color: rgb(188,184,187); }
td.TdClassName
{
border-color: #BCB8BB;
}
.TagClassName
{
border-color: #BCB8BB;
}
</style>