Shades of Kidnapper #BCBDB5
Tints of Kidnapper #BCBDB5
RGB
CMYK
RGB Variations
Color information
#BCBDB5 (or 0xBCBDB5) is known color: Kidnapper. HEX triplet: BC, BD and B5. RGB value is (188,189,181). Sum of RGB (Red+Green+Blue) = 188+189+181=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 181 (71.09% from 255 or 32.44% from 558); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDB5 is #43424A. Grayscale: #BBBBBB. Windows color (decimal): -4407883 or 11910588. OLE color: 11910588.
HSL color Cylindrical-coordinate representation of color #BCBDB5: hue angle of 67.5º degrees, saturation: 0.06, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BCBDB5 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
RGB | 188 | 189 | 181 | - |
CMYK | 0.01 | 0 | 0.04 | 0.26 |
HSL | 67.5º | 0.06% | 0.73% | - |
HSV(B) | 67.5º | 0.04% | 0.74% | - |
XYZ | 47.28 | 50.42 | 50.96 | - |
YUV | 187.79 | 124.17 | 128.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 189 | 181 | 0.01 | 0 | 0.04 | 0.26 | 67.5 | 0.06 | 0.73 |
Hex | BC | BD | B5 | 1 | 0 | 4 | 1A | 44 | 6 | 49 |
Octal | 274 | 275 | 265 | 1 | 0 | 4 | 32 | 104 | 6 | 111 |
Binary | 10111100 | 10111101 | 10110101 | 1 | 0 | 100 | 11010 | 1000100 | 110 | 1001001 |
Color Harmonies of #BCBDB5
Complementary color
Monochromatic Colors of #BCBDB5
Black with #BCBDB5
Text Example
Text Example
White with #BCBDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBDB5; }
p { color: rgb(188,189,181); }
H1.HeaderClassName
{
color: #BCBDB5;
}
.AnyTagClassName
{
color: #BCBDB5;
}
</style>
background-color css
<style>
a { background-color: #BCBDB5; }
a { background-color: rgb(188,189,181); }
div.DivClassName
{
background-color: #BCBDB5;
}
.BgClassName
{
background-color: #BCBDB5;
}
</style>
border-color css
<style>
span { border-color: #BCBDB5; }
span { border-color: rgb(188,189,181); }
td.TdClassName
{
border-color: #BCBDB5;
}
.TagClassName
{
border-color: #BCBDB5;
}
</style>