Shades of Maverick #BCB5B8
Tints of Maverick #BCB5B8
RGB
CMYK
RGB Variations
Color information
#BCB5B8 (or 0xBCB5B8) is known color: Maverick. HEX triplet: BC, B5 and B8. RGB value is (188,181,184). Sum of RGB (Red+Green+Blue) = 188+181+184=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 181 (71.09% from 255 or 32.73% from 553); Blue value is 184 (72.27% from 255 or 33.27% from 553); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB5B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB5B8 is #434A47. Grayscale: #B7B7B7. Windows color (decimal): -4409928 or 12105148. OLE color: 12105148.
HSL color Cylindrical-coordinate representation of color #BCB5B8: hue angle of 334.29º 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 #BCB5B8 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
RGB | 188 | 181 | 184 | - |
CMYK | 0 | 0.04 | 0.02 | 0.26 |
HSL | 334.29º | 0.05% | 0.72% | - |
HSV(B) | 334.29º | 0.04% | 0.74% | - |
XYZ | 45.91 | 47.2 | 52.04 | - |
YUV | 183.44 | 128.32 | 131.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 181 | 184 | 0 | 0.04 | 0.02 | 0.26 | 334.29 | 0.05 | 0.72 |
Hex | BC | B5 | B8 | 0 | 4 | 2 | 1A | 14E | 5 | 48 |
Octal | 274 | 265 | 270 | 0 | 4 | 2 | 32 | 516 | 5 | 110 |
Binary | 10111100 | 10110101 | 10111000 | 0 | 100 | 10 | 11010 | 101001110 | 101 | 1001000 |
Color Harmonies of #BCB5B8
Complementary color
Monochromatic Colors of #BCB5B8
Black with #BCB5B8
Text Example
Text Example
White with #BCB5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB5B8; }
p { color: rgb(188,181,184); }
H1.HeaderClassName
{
color: #BCB5B8;
}
.AnyTagClassName
{
color: #BCB5B8;
}
</style>
background-color css
<style>
a { background-color: #BCB5B8; }
a { background-color: rgb(188,181,184); }
div.DivClassName
{
background-color: #BCB5B8;
}
.BgClassName
{
background-color: #BCB5B8;
}
</style>
border-color css
<style>
span { border-color: #BCB5B8; }
span { border-color: rgb(188,181,184); }
td.TdClassName
{
border-color: #BCB5B8;
}
.TagClassName
{
border-color: #BCB5B8;
}
</style>