Shades of Kidnapper #BDBEAD
Tints of Kidnapper #BDBEAD
RGB
CMYK
RGB Variations
Color information
#BDBEAD (or 0xBDBEAD) is known color: Kidnapper. HEX triplet: BD, BE and AD. RGB value is (189,190,173). Sum of RGB (Red+Green+Blue) = 189+190+173=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBEAD is #424152. Grayscale: #BBBBBB. Windows color (decimal): -4342099 or 11386557. OLE color: 11386557.
HSL color Cylindrical-coordinate representation of color #BDBEAD: hue angle of 63.53º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDBEAD is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 190 | 173 | - |
| CMYK | 0.01 | 0 | 0.09 | 0.25 |
| HSL | 63.53º | 0.12% | 0.71% | - |
| HSV(B) | 63.53º | 0.09% | 0.75% | - |
| XYZ | 46.94 | 50.66 | 46.84 | - |
| YUV | 187.76 | 119.67 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 190 | 173 | 0.01 | 0 | 0.09 | 0.25 | 63.53 | 0.12 | 0.71 |
| Hex | BD | BE | AD | 1 | 0 | 9 | 19 | 40 | C | 47 |
| Octal | 275 | 276 | 255 | 1 | 0 | 11 | 31 | 100 | 14 | 107 |
| Binary | 10111101 | 10111110 | 10101101 | 1 | 0 | 1001 | 11001 | 1000000 | 1100 | 1000111 |
Color Harmonies of #BDBEAD
Complementary color
Monochromatic Colors of #BDBEAD
Black with #BDBEAD
Text Example
Text Example
White with #BDBEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBEAD; }
p { color: rgb(189,190,173); }
H1.HeaderClassName
{
color: #BDBEAD;
}
.AnyTagClassName
{
color: #BDBEAD;
}
</style>
background-color css
<style>
a { background-color: #BDBEAD; }
a { background-color: rgb(189,190,173); }
div.DivClassName
{
background-color: #BDBEAD;
}
.BgClassName
{
background-color: #BDBEAD;
}
</style>
border-color css
<style>
span { border-color: #BDBEAD; }
span { border-color: rgb(189,190,173); }
td.TdClassName
{
border-color: #BDBEAD;
}
.TagClassName
{
border-color: #BDBEAD;
}
</style>