Shades of Kidnapper #BCBCB2
Tints of Kidnapper #BCBCB2
RGB
CMYK
RGB Variations
Color information
#BCBCB2 (or 0xBCBCB2) is known color: Kidnapper. HEX triplet: BC, BC and B2. RGB value is (188,188,178). Sum of RGB (Red+Green+Blue) = 188+188+178=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 178 (69.92% from 255 or 32.13% from 554); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBCB2 is #43434D. Grayscale: #BABABA. Windows color (decimal): -4408142 or 11713724. OLE color: 11713724.
HSL color Cylindrical-coordinate representation of color #BCBCB2: hue angle of 60º 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 #BCBCB2 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
RGB | 188 | 188 | 178 | - |
CMYK | 0 | 0 | 0.05 | 0.26 |
HSL | 60º | 0.07% | 0.72% | - |
HSV(B) | 60º | 0.05% | 0.74% | - |
XYZ | 46.76 | 49.87 | 49.28 | - |
YUV | 186.86 | 123 | 128.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 188 | 178 | 0 | 0 | 0.05 | 0.26 | 60 | 0.07 | 0.72 |
Hex | BC | BC | B2 | 0 | 0 | 5 | 1A | 3C | 7 | 48 |
Octal | 274 | 274 | 262 | 0 | 0 | 5 | 32 | 74 | 7 | 110 |
Binary | 10111100 | 10111100 | 10110010 | 0 | 0 | 101 | 11010 | 111100 | 111 | 1001000 |
Color Harmonies of #BCBCB2
Complementary color
Monochromatic Colors of #BCBCB2
Black with #BCBCB2
Text Example
Text Example
White with #BCBCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBCB2; }
p { color: rgb(188,188,178); }
H1.HeaderClassName
{
color: #BCBCB2;
}
.AnyTagClassName
{
color: #BCBCB2;
}
</style>
background-color css
<style>
a { background-color: #BCBCB2; }
a { background-color: rgb(188,188,178); }
div.DivClassName
{
background-color: #BCBCB2;
}
.BgClassName
{
background-color: #BCBCB2;
}
</style>
border-color css
<style>
span { border-color: #BCBCB2; }
span { border-color: rgb(188,188,178); }
td.TdClassName
{
border-color: #BCBCB2;
}
.TagClassName
{
border-color: #BCBCB2;
}
</style>