Shades of Kidnapper #BEC0A8
Tints of Kidnapper #BEC0A8
RGB
CMYK
RGB Variations
Color information
#BEC0A8 (or 0xBEC0A8) is known color: Kidnapper. HEX triplet: BE, C0 and A8. RGB value is (190,192,168). Sum of RGB (Red+Green+Blue) = 190+192+168=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 192 (75.39% from 255 or 34.91% from 550); Blue value is 168 (66.02% from 255 or 30.55% from 550); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC0A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC0A8 is #413F57. Grayscale: #BCBCBC. Windows color (decimal): -4276056 or 11059390. OLE color: 11059390.
HSL color Cylindrical-coordinate representation of color #BEC0A8: hue angle of 65º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEC0A8 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 168 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.25 |
| HSL | 65º | 0.16% | 0.71% | - |
| HSV(B) | 65º | 0.13% | 0.75% | - |
| XYZ | 47.15 | 51.47 | 44.5 | - |
| YUV | 188.67 | 116.34 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 168 | 0.01 | 0 | 0.12 | 0.25 | 65 | 0.16 | 0.71 |
| Hex | BE | C0 | A8 | 1 | 0 | C | 19 | 41 | 10 | 47 |
| Octal | 276 | 300 | 250 | 1 | 0 | 14 | 31 | 101 | 20 | 107 |
| Binary | 10111110 | 11000000 | 10101000 | 1 | 0 | 1100 | 11001 | 1000001 | 10000 | 1000111 |
Color Harmonies of #BEC0A8
Complementary color
Monochromatic Colors of #BEC0A8
Black with #BEC0A8
Text Example
Text Example
White with #BEC0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC0A8; }
p { color: rgb(190,192,168); }
H1.HeaderClassName
{
color: #BEC0A8;
}
.AnyTagClassName
{
color: #BEC0A8;
}
</style>
background-color css
<style>
a { background-color: #BEC0A8; }
a { background-color: rgb(190,192,168); }
div.DivClassName
{
background-color: #BEC0A8;
}
.BgClassName
{
background-color: #BEC0A8;
}
</style>
border-color css
<style>
span { border-color: #BEC0A8; }
span { border-color: rgb(190,192,168); }
td.TdClassName
{
border-color: #BEC0A8;
}
.TagClassName
{
border-color: #BEC0A8;
}
</style>