Shades of Maverick #BCB1B8
Tints of Maverick #BCB1B8
RGB
CMYK
RGB Variations
Color information
#BCB1B8 (or 0xBCB1B8) is known color: Maverick. HEX triplet: BC, B1 and B8. RGB value is (188,177,184). Sum of RGB (Red+Green+Blue) = 188+177+184=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 177 (69.53% from 255 or 32.24% from 549); Blue value is 184 (72.27% from 255 or 33.52% from 549); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB1B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB1B8 is #434E47. Grayscale: #B5B5B5. Windows color (decimal): -4410952 or 12104124. OLE color: 12104124.
HSL color Cylindrical-coordinate representation of color #BCB1B8: hue angle of 321.82º degrees, saturation: 0.08, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCB1B8 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 177 | 184 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.26 |
| HSL | 321.82º | 0.08% | 0.72% | - |
| HSV(B) | 321.82º | 0.06% | 0.74% | - |
| XYZ | 45.11 | 45.6 | 51.77 | - |
| YUV | 181.09 | 129.64 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 177 | 184 | 0 | 0.06 | 0.02 | 0.26 | 321.82 | 0.08 | 0.72 |
| Hex | BC | B1 | B8 | 0 | 6 | 2 | 1A | 142 | 8 | 48 |
| Octal | 274 | 261 | 270 | 0 | 6 | 2 | 32 | 502 | 10 | 110 |
| Binary | 10111100 | 10110001 | 10111000 | 0 | 110 | 10 | 11010 | 101000010 | 1000 | 1001000 |
Color Harmonies of #BCB1B8
Complementary color
Monochromatic Colors of #BCB1B8
Black with #BCB1B8
Text Example
Text Example
White with #BCB1B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB1B8; }
p { color: rgb(188,177,184); }
H1.HeaderClassName
{
color: #BCB1B8;
}
.AnyTagClassName
{
color: #BCB1B8;
}
</style>
background-color css
<style>
a { background-color: #BCB1B8; }
a { background-color: rgb(188,177,184); }
div.DivClassName
{
background-color: #BCB1B8;
}
.BgClassName
{
background-color: #BCB1B8;
}
</style>
border-color css
<style>
span { border-color: #BCB1B8; }
span { border-color: rgb(188,177,184); }
td.TdClassName
{
border-color: #BCB1B8;
}
.TagClassName
{
border-color: #BCB1B8;
}
</style>