Shades of Kidnapper #BDBEAA
Tints of Kidnapper #BDBEAA
RGB
CMYK
RGB Variations
Color information
#BDBEAA (or 0xBDBEAA) is known color: Kidnapper. HEX triplet: BD, BE and AA. RGB value is (189,190,170). Sum of RGB (Red+Green+Blue) = 189+190+170=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBEAA is #424155. Grayscale: #BBBBBB. Windows color (decimal): -4342102 or 11189949. OLE color: 11189949.
HSL color Cylindrical-coordinate representation of color #BDBEAA: hue angle of 63º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDBEAA is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 190 | 170 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.25 |
| HSL | 63º | 0.13% | 0.71% | - |
| HSV(B) | 63º | 0.11% | 0.75% | - |
| XYZ | 46.66 | 50.55 | 45.33 | - |
| YUV | 187.42 | 118.17 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 190 | 170 | 0.01 | 0 | 0.11 | 0.25 | 63 | 0.13 | 0.71 |
| Hex | BD | BE | AA | 1 | 0 | B | 19 | 3F | D | 47 |
| Octal | 275 | 276 | 252 | 1 | 0 | 13 | 31 | 77 | 15 | 107 |
| Binary | 10111101 | 10111110 | 10101010 | 1 | 0 | 1011 | 11001 | 111111 | 1101 | 1000111 |
Color Harmonies of #BDBEAA
Complementary color
Monochromatic Colors of #BDBEAA
Black with #BDBEAA
Text Example
Text Example
White with #BDBEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBEAA; }
p { color: rgb(189,190,170); }
H1.HeaderClassName
{
color: #BDBEAA;
}
.AnyTagClassName
{
color: #BDBEAA;
}
</style>
background-color css
<style>
a { background-color: #BDBEAA; }
a { background-color: rgb(189,190,170); }
div.DivClassName
{
background-color: #BDBEAA;
}
.BgClassName
{
background-color: #BDBEAA;
}
</style>
border-color css
<style>
span { border-color: #BDBEAA; }
span { border-color: rgb(189,190,170); }
td.TdClassName
{
border-color: #BDBEAA;
}
.TagClassName
{
border-color: #BDBEAA;
}
</style>