Shades of Kidnapper #BCBCB3
Tints of Kidnapper #BCBCB3
RGB
CMYK
RGB Variations
Color information
#BCBCB3 (or 0xBCBCB3) is known color: Kidnapper. HEX triplet: BC, BC and B3. RGB value is (188,188,179). Sum of RGB (Red+Green+Blue) = 188+188+179=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 179 (70.31% from 255 or 32.25% from 555); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBCB3 is #43434C. Grayscale: #BBBBBB. Windows color (decimal): -4408141 or 11779260. OLE color: 11779260.
HSL color Cylindrical-coordinate representation of color #BCBCB3: hue angle of 60º degrees, saturation: 0.06, 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 #BCBCB3 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 179 | - |
| CMYK | 0 | 0 | 0.05 | 0.26 |
| HSL | 60º | 0.06% | 0.72% | - |
| HSV(B) | 60º | 0.05% | 0.74% | - |
| XYZ | 46.86 | 49.91 | 49.81 | - |
| YUV | 186.97 | 123.5 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 179 | 0 | 0 | 0.05 | 0.26 | 60 | 0.06 | 0.72 |
| Hex | BC | BC | B3 | 0 | 0 | 5 | 1A | 3C | 6 | 48 |
| Octal | 274 | 274 | 263 | 0 | 0 | 5 | 32 | 74 | 6 | 110 |
| Binary | 10111100 | 10111100 | 10110011 | 0 | 0 | 101 | 11010 | 111100 | 110 | 1001000 |
Color Harmonies of #BCBCB3
Complementary color
Monochromatic Colors of #BCBCB3
Black with #BCBCB3
Text Example
Text Example
White with #BCBCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBCB3; }
p { color: rgb(188,188,179); }
H1.HeaderClassName
{
color: #BCBCB3;
}
.AnyTagClassName
{
color: #BCBCB3;
}
</style>
background-color css
<style>
a { background-color: #BCBCB3; }
a { background-color: rgb(188,188,179); }
div.DivClassName
{
background-color: #BCBCB3;
}
.BgClassName
{
background-color: #BCBCB3;
}
</style>
border-color css
<style>
span { border-color: #BCBCB3; }
span { border-color: rgb(188,188,179); }
td.TdClassName
{
border-color: #BCBCB3;
}
.TagClassName
{
border-color: #BCBCB3;
}
</style>