Shades of Kidnapper #BEC0AC
Tints of Kidnapper #BEC0AC
RGB
CMYK
RGB Variations
Color information
#BEC0AC (or 0xBEC0AC) is known color: Kidnapper. HEX triplet: BE, C0 and AC. RGB value is (190,192,172). Sum of RGB (Red+Green+Blue) = 190+192+172=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC0AC is #413F53. Grayscale: #BDBDBD. Windows color (decimal): -4276052 or 11321534. OLE color: 11321534.
HSL color Cylindrical-coordinate representation of color #BEC0AC: hue angle of 66º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEC0AC is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 172 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.25 |
| HSL | 66º | 0.14% | 0.71% | - |
| HSV(B) | 66º | 0.1% | 0.75% | - |
| XYZ | 47.53 | 51.62 | 46.49 | - |
| YUV | 189.12 | 118.34 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 172 | 0.01 | 0 | 0.10 | 0.25 | 66 | 0.14 | 0.71 |
| Hex | BE | C0 | AC | 1 | 0 | A | 19 | 42 | E | 47 |
| Octal | 276 | 300 | 254 | 1 | 0 | 12 | 31 | 102 | 16 | 107 |
| Binary | 10111110 | 11000000 | 10101100 | 1 | 0 | 1010 | 11001 | 1000010 | 1110 | 1000111 |
Color Harmonies of #BEC0AC
Complementary color
Monochromatic Colors of #BEC0AC
Black with #BEC0AC
Text Example
Text Example
White with #BEC0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC0AC; }
p { color: rgb(190,192,172); }
H1.HeaderClassName
{
color: #BEC0AC;
}
.AnyTagClassName
{
color: #BEC0AC;
}
</style>
background-color css
<style>
a { background-color: #BEC0AC; }
a { background-color: rgb(190,192,172); }
div.DivClassName
{
background-color: #BEC0AC;
}
.BgClassName
{
background-color: #BEC0AC;
}
</style>
border-color css
<style>
span { border-color: #BEC0AC; }
span { border-color: rgb(190,192,172); }
td.TdClassName
{
border-color: #BEC0AC;
}
.TagClassName
{
border-color: #BEC0AC;
}
</style>