Shades of Kidnapper #BCBDB1
Tints of Kidnapper #BCBDB1
RGB
CMYK
RGB Variations
Color information
#BCBDB1 (or 0xBCBDB1) is known color: Kidnapper. HEX triplet: BC, BD and B1. RGB value is (188,189,177). Sum of RGB (Red+Green+Blue) = 188+189+177=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBDB1 is #43424E. Grayscale: #BBBBBB. Windows color (decimal): -4407887 or 11648444. OLE color: 11648444.
HSL color Cylindrical-coordinate representation of color #BCBDB1: hue angle of 65º degrees, saturation: 0.08, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCBDB1 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 189 | 177 | - |
| CMYK | 0.01 | 0 | 0.06 | 0.26 |
| HSL | 65º | 0.08% | 0.72% | - |
| HSV(B) | 65º | 0.06% | 0.74% | - |
| XYZ | 46.87 | 50.26 | 48.83 | - |
| YUV | 187.33 | 122.17 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 177 | 0.01 | 0 | 0.06 | 0.26 | 65 | 0.08 | 0.72 |
| Hex | BC | BD | B1 | 1 | 0 | 6 | 1A | 41 | 8 | 48 |
| Octal | 274 | 275 | 261 | 1 | 0 | 6 | 32 | 101 | 10 | 110 |
| Binary | 10111100 | 10111101 | 10110001 | 1 | 0 | 110 | 11010 | 1000001 | 1000 | 1001000 |
Color Harmonies of #BCBDB1
Complementary color
Monochromatic Colors of #BCBDB1
Black with #BCBDB1
Text Example
Text Example
White with #BCBDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBDB1; }
p { color: rgb(188,189,177); }
H1.HeaderClassName
{
color: #BCBDB1;
}
.AnyTagClassName
{
color: #BCBDB1;
}
</style>
background-color css
<style>
a { background-color: #BCBDB1; }
a { background-color: rgb(188,189,177); }
div.DivClassName
{
background-color: #BCBDB1;
}
.BgClassName
{
background-color: #BCBDB1;
}
</style>
border-color css
<style>
span { border-color: #BCBDB1; }
span { border-color: rgb(188,189,177); }
td.TdClassName
{
border-color: #BCBDB1;
}
.TagClassName
{
border-color: #BCBDB1;
}
</style>