Shades of Kidnapper #BCBDA4
Tints of Kidnapper #BCBDA4
RGB
CMYK
RGB Variations
Color information
#BCBDA4 (or 0xBCBDA4) is known color: Kidnapper. HEX triplet: BC, BD and A4. RGB value is (188,189,164). Sum of RGB (Red+Green+Blue) = 188+189+164=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 164 (64.45% from 255 or 30.31% from 541); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBDA4 is #43425B. Grayscale: #B9B9B9. Windows color (decimal): -4407900 or 10796476. OLE color: 10796476.
HSL color Cylindrical-coordinate representation of color #BCBDA4: hue angle of 62.4º degrees, saturation: 0.16, 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 #BCBDA4 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 189 | 164 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.26 |
| HSL | 62.4º | 0.16% | 0.69% | - |
| HSV(B) | 62.4º | 0.13% | 0.74% | - |
| XYZ | 45.64 | 49.77 | 42.32 | - |
| YUV | 185.85 | 115.67 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 164 | 0.01 | 0 | 0.13 | 0.26 | 62.4 | 0.16 | 0.69 |
| Hex | BC | BD | A4 | 1 | 0 | D | 1A | 3E | 10 | 45 |
| Octal | 274 | 275 | 244 | 1 | 0 | 15 | 32 | 76 | 20 | 105 |
| Binary | 10111100 | 10111101 | 10100100 | 1 | 0 | 1101 | 11010 | 111110 | 10000 | 1000101 |
Color Harmonies of #BCBDA4
Complementary color
Monochromatic Colors of #BCBDA4
Black with #BCBDA4
Text Example
Text Example
White with #BCBDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBDA4; }
p { color: rgb(188,189,164); }
H1.HeaderClassName
{
color: #BCBDA4;
}
.AnyTagClassName
{
color: #BCBDA4;
}
</style>
background-color css
<style>
a { background-color: #BCBDA4; }
a { background-color: rgb(188,189,164); }
div.DivClassName
{
background-color: #BCBDA4;
}
.BgClassName
{
background-color: #BCBDA4;
}
</style>
border-color css
<style>
span { border-color: #BCBDA4; }
span { border-color: rgb(188,189,164); }
td.TdClassName
{
border-color: #BCBDA4;
}
.TagClassName
{
border-color: #BCBDA4;
}
</style>