Shades of Kidnapper #BEBEB1
Tints of Kidnapper #BEBEB1
RGB
CMYK
RGB Variations
Color information
#BEBEB1 (or 0xBEBEB1) is known color: Kidnapper. HEX triplet: BE, BE and B1. RGB value is (190,190,177). Sum of RGB (Red+Green+Blue) = 190+190+177=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 177 (69.53% from 255 or 31.78% from 557); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBEB1 is #41414E. Grayscale: #BCBCBC. Windows color (decimal): -4276559 or 11648702. OLE color: 11648702.
HSL color Cylindrical-coordinate representation of color #BEBEB1: hue angle of 60º degrees, saturation: 0.09, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEBEB1 is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 190 | 177 | - |
| CMYK | 0 | 0 | 0.07 | 0.25 |
| HSL | 60º | 0.09% | 0.72% | - |
| HSV(B) | 60º | 0.07% | 0.75% | - |
| XYZ | 47.58 | 50.95 | 48.92 | - |
| YUV | 188.52 | 121.5 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 190 | 177 | 0 | 0 | 0.07 | 0.25 | 60 | 0.09 | 0.72 |
| Hex | BE | BE | B1 | 0 | 0 | 7 | 19 | 3C | 9 | 48 |
| Octal | 276 | 276 | 261 | 0 | 0 | 7 | 31 | 74 | 11 | 110 |
| Binary | 10111110 | 10111110 | 10110001 | 0 | 0 | 111 | 11001 | 111100 | 1001 | 1001000 |
Color Harmonies of #BEBEB1
Complementary color
Monochromatic Colors of #BEBEB1
Black with #BEBEB1
Text Example
Text Example
White with #BEBEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBEB1; }
p { color: rgb(190,190,177); }
H1.HeaderClassName
{
color: #BEBEB1;
}
.AnyTagClassName
{
color: #BEBEB1;
}
</style>
background-color css
<style>
a { background-color: #BEBEB1; }
a { background-color: rgb(190,190,177); }
div.DivClassName
{
background-color: #BEBEB1;
}
.BgClassName
{
background-color: #BEBEB1;
}
</style>
border-color css
<style>
span { border-color: #BEBEB1; }
span { border-color: rgb(190,190,177); }
td.TdClassName
{
border-color: #BEBEB1;
}
.TagClassName
{
border-color: #BEBEB1;
}
</style>