Shades of Maverick #BCB0B7
Tints of Maverick #BCB0B7
RGB
CMYK
RGB Variations
Color information
#BCB0B7 (or 0xBCB0B7) is known color: Maverick. HEX triplet: BC, B0 and B7. RGB value is (188,176,183). Sum of RGB (Red+Green+Blue) = 188+176+183=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 176 (69.14% from 255 or 32.18% from 547); Blue value is 183 (71.88% from 255 or 33.46% from 547); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB0B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB0B7 is #434F48. Grayscale: #B4B4B4. Windows color (decimal): -4411209 or 12038332. OLE color: 12038332.
HSL color Cylindrical-coordinate representation of color #BCB0B7: hue angle of 325º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCB0B7 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 183 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.26 |
| HSL | 325º | 0.08% | 0.71% | - |
| HSV(B) | 325º | 0.06% | 0.74% | - |
| XYZ | 44.81 | 45.16 | 51.15 | - |
| YUV | 180.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 183 | 0 | 0.06 | 0.03 | 0.26 | 325 | 0.08 | 0.71 |
| Hex | BC | B0 | B7 | 0 | 6 | 3 | 1A | 145 | 8 | 47 |
| Octal | 274 | 260 | 267 | 0 | 6 | 3 | 32 | 505 | 10 | 107 |
| Binary | 10111100 | 10110000 | 10110111 | 0 | 110 | 11 | 11010 | 101000101 | 1000 | 1000111 |
Color Harmonies of #BCB0B7
Complementary color
Monochromatic Colors of #BCB0B7
Black with #BCB0B7
Text Example
Text Example
White with #BCB0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB0B7; }
p { color: rgb(188,176,183); }
H1.HeaderClassName
{
color: #BCB0B7;
}
.AnyTagClassName
{
color: #BCB0B7;
}
</style>
background-color css
<style>
a { background-color: #BCB0B7; }
a { background-color: rgb(188,176,183); }
div.DivClassName
{
background-color: #BCB0B7;
}
.BgClassName
{
background-color: #BCB0B7;
}
</style>
border-color css
<style>
span { border-color: #BCB0B7; }
span { border-color: rgb(188,176,183); }
td.TdClassName
{
border-color: #BCB0B7;
}
.TagClassName
{
border-color: #BCB0B7;
}
</style>