Shades of Kidnapper #BCBDAD
Tints of Kidnapper #BCBDAD
RGB
CMYK
RGB Variations
Color information
#BCBDAD (or 0xBCBDAD) is known color: Kidnapper. HEX triplet: BC, BD and AD. RGB value is (188,189,173). Sum of RGB (Red+Green+Blue) = 188+189+173=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 173 (67.97% from 255 or 31.45% from 550); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBDAD is #434252. Grayscale: #BABABA. Windows color (decimal): -4407891 or 11386300. OLE color: 11386300.
HSL color Cylindrical-coordinate representation of color #BCBDAD: hue angle of 63.75º degrees, saturation: 0.11, 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 #BCBDAD is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 189 | 173 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.26 |
| HSL | 63.75º | 0.11% | 0.71% | - |
| HSV(B) | 63.75º | 0.08% | 0.74% | - |
| XYZ | 46.48 | 50.1 | 46.76 | - |
| YUV | 186.88 | 120.17 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 173 | 0.01 | 0 | 0.08 | 0.26 | 63.75 | 0.11 | 0.71 |
| Hex | BC | BD | AD | 1 | 0 | 8 | 1A | 40 | B | 47 |
| Octal | 274 | 275 | 255 | 1 | 0 | 10 | 32 | 100 | 13 | 107 |
| Binary | 10111100 | 10111101 | 10101101 | 1 | 0 | 1000 | 11010 | 1000000 | 1011 | 1000111 |
Color Harmonies of #BCBDAD
Complementary color
Monochromatic Colors of #BCBDAD
Black with #BCBDAD
Text Example
Text Example
White with #BCBDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBDAD; }
p { color: rgb(188,189,173); }
H1.HeaderClassName
{
color: #BCBDAD;
}
.AnyTagClassName
{
color: #BCBDAD;
}
</style>
background-color css
<style>
a { background-color: #BCBDAD; }
a { background-color: rgb(188,189,173); }
div.DivClassName
{
background-color: #BCBDAD;
}
.BgClassName
{
background-color: #BCBDAD;
}
</style>
border-color css
<style>
span { border-color: #BCBDAD; }
span { border-color: rgb(188,189,173); }
td.TdClassName
{
border-color: #BCBDAD;
}
.TagClassName
{
border-color: #BCBDAD;
}
</style>