Shades of Kidnapper #BCBCAD
Tints of Kidnapper #BCBCAD
RGB
CMYK
RGB Variations
Color information
#BCBCAD (or 0xBCBCAD) is known color: Kidnapper. HEX triplet: BC, BC and AD. RGB value is (188,188,173). Sum of RGB (Red+Green+Blue) = 188+188+173=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBCAD is #434352. Grayscale: #BABABA. Windows color (decimal): -4408147 or 11386044. OLE color: 11386044.
HSL color Cylindrical-coordinate representation of color #BCBCAD: hue angle of 60º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCBCAD is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
RGB | 188 | 188 | 173 | - |
CMYK | 0 | 0 | 0.08 | 0.26 |
HSL | 60º | 0.1% | 0.71% | - |
HSV(B) | 60º | 0.08% | 0.74% | - |
XYZ | 46.27 | 49.67 | 46.68 | - |
YUV | 186.29 | 120.5 | 129.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 188 | 173 | 0 | 0 | 0.08 | 0.26 | 60 | 0.1 | 0.71 |
Hex | BC | BC | AD | 0 | 0 | 8 | 1A | 3C | A | 47 |
Octal | 274 | 274 | 255 | 0 | 0 | 10 | 32 | 74 | 12 | 107 |
Binary | 10111100 | 10111100 | 10101101 | 0 | 0 | 1000 | 11010 | 111100 | 1010 | 1000111 |
Color Harmonies of #BCBCAD
Complementary color
Monochromatic Colors of #BCBCAD
Black with #BCBCAD
Text Example
Text Example
White with #BCBCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBCAD; }
p { color: rgb(188,188,173); }
H1.HeaderClassName
{
color: #BCBCAD;
}
.AnyTagClassName
{
color: #BCBCAD;
}
</style>
background-color css
<style>
a { background-color: #BCBCAD; }
a { background-color: rgb(188,188,173); }
div.DivClassName
{
background-color: #BCBCAD;
}
.BgClassName
{
background-color: #BCBCAD;
}
</style>
border-color css
<style>
span { border-color: #BCBCAD; }
span { border-color: rgb(188,188,173); }
td.TdClassName
{
border-color: #BCBCAD;
}
.TagClassName
{
border-color: #BCBCAD;
}
</style>