Shades of Kidnapper #BCBDA5
Tints of Kidnapper #BCBDA5
RGB
CMYK
RGB Variations
Color information
#BCBDA5 (or 0xBCBDA5) is known color: Kidnapper. HEX triplet: BC, BD and A5. RGB value is (188,189,165). Sum of RGB (Red+Green+Blue) = 188+189+165=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 165 (64.84% from 255 or 30.44% from 542); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBDA5 is #43425A. Grayscale: #BABABA. Windows color (decimal): -4407899 or 10862012. OLE color: 10862012.
HSL color Cylindrical-coordinate representation of color #BCBDA5: hue angle of 62.5º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCBDA5 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 189 | 165 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.26 |
| HSL | 62.5º | 0.15% | 0.69% | - |
| HSV(B) | 62.5º | 0.13% | 0.74% | - |
| XYZ | 45.73 | 49.8 | 42.8 | - |
| YUV | 185.97 | 116.17 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 165 | 0.01 | 0 | 0.13 | 0.26 | 62.5 | 0.15 | 0.69 |
| Hex | BC | BD | A5 | 1 | 0 | D | 1A | 3F | F | 45 |
| Octal | 274 | 275 | 245 | 1 | 0 | 15 | 32 | 77 | 17 | 105 |
| Binary | 10111100 | 10111101 | 10100101 | 1 | 0 | 1101 | 11010 | 111111 | 1111 | 1000101 |
Color Harmonies of #BCBDA5
Complementary color
Monochromatic Colors of #BCBDA5
Black with #BCBDA5
Text Example
Text Example
White with #BCBDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBDA5; }
p { color: rgb(188,189,165); }
H1.HeaderClassName
{
color: #BCBDA5;
}
.AnyTagClassName
{
color: #BCBDA5;
}
</style>
background-color css
<style>
a { background-color: #BCBDA5; }
a { background-color: rgb(188,189,165); }
div.DivClassName
{
background-color: #BCBDA5;
}
.BgClassName
{
background-color: #BCBDA5;
}
</style>
border-color css
<style>
span { border-color: #BCBDA5; }
span { border-color: rgb(188,189,165); }
td.TdClassName
{
border-color: #BCBDA5;
}
.TagClassName
{
border-color: #BCBDA5;
}
</style>