Shades of Maverick #BCB2B7
Tints of Maverick #BCB2B7
RGB
CMYK
RGB Variations
Color information
#BCB2B7 (or 0xBCB2B7) is known color: Maverick. HEX triplet: BC, B2 and B7. RGB value is (188,178,183). Sum of RGB (Red+Green+Blue) = 188+178+183=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 178 (69.92% from 255 or 32.42% from 549); Blue value is 183 (71.88% from 255 or 33.33% from 549); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB2B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB2B7 is #434D48. Grayscale: #B5B5B5. Windows color (decimal): -4410697 or 12038844. OLE color: 12038844.
HSL color Cylindrical-coordinate representation of color #BCB2B7: hue angle of 330º 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 #BCB2B7 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
RGB | 188 | 178 | 183 | - |
CMYK | 0 | 0.05 | 0.03 | 0.26 |
HSL | 330º | 0.07% | 0.72% | - |
HSV(B) | 330º | 0.05% | 0.74% | - |
XYZ | 45.21 | 45.95 | 51.29 | - |
YUV | 181.56 | 128.81 | 132.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 178 | 183 | 0 | 0.05 | 0.03 | 0.26 | 330 | 0.07 | 0.72 |
Hex | BC | B2 | B7 | 0 | 5 | 3 | 1A | 14A | 7 | 48 |
Octal | 274 | 262 | 267 | 0 | 5 | 3 | 32 | 512 | 7 | 110 |
Binary | 10111100 | 10110010 | 10110111 | 0 | 101 | 11 | 11010 | 101001010 | 111 | 1001000 |
Color Harmonies of #BCB2B7
Complementary color
Monochromatic Colors of #BCB2B7
Black with #BCB2B7
Text Example
Text Example
White with #BCB2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB2B7; }
p { color: rgb(188,178,183); }
H1.HeaderClassName
{
color: #BCB2B7;
}
.AnyTagClassName
{
color: #BCB2B7;
}
</style>
background-color css
<style>
a { background-color: #BCB2B7; }
a { background-color: rgb(188,178,183); }
div.DivClassName
{
background-color: #BCB2B7;
}
.BgClassName
{
background-color: #BCB2B7;
}
</style>
border-color css
<style>
span { border-color: #BCB2B7; }
span { border-color: rgb(188,178,183); }
td.TdClassName
{
border-color: #BCB2B7;
}
.TagClassName
{
border-color: #BCB2B7;
}
</style>