Shades of Kidnapper #BEBEAB
Tints of Kidnapper #BEBEAB
RGB
CMYK
RGB Variations
Color information
#BEBEAB (or 0xBEBEAB) is known color: Kidnapper. HEX triplet: BE, BE and AB. RGB value is (190,190,171). Sum of RGB (Red+Green+Blue) = 190+190+171=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 190 (74.61% from 255 or 34.48% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBEAB is #414154. Grayscale: #BBBBBB. Windows color (decimal): -4276565 or 11255486. OLE color: 11255486.
HSL color Cylindrical-coordinate representation of color #BEBEAB: hue angle of 60º degrees, saturation: 0.13, 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 #BEBEAB is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 190 | 171 | - |
| CMYK | 0 | 0 | 0.10 | 0.25 |
| HSL | 60º | 0.13% | 0.71% | - |
| HSV(B) | 60º | 0.1% | 0.75% | - |
| XYZ | 47 | 50.71 | 45.84 | - |
| YUV | 187.83 | 118.5 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 190 | 171 | 0 | 0 | 0.10 | 0.25 | 60 | 0.13 | 0.71 |
| Hex | BE | BE | AB | 0 | 0 | A | 19 | 3C | D | 47 |
| Octal | 276 | 276 | 253 | 0 | 0 | 12 | 31 | 74 | 15 | 107 |
| Binary | 10111110 | 10111110 | 10101011 | 0 | 0 | 1010 | 11001 | 111100 | 1101 | 1000111 |
Color Harmonies of #BEBEAB
Complementary color
Monochromatic Colors of #BEBEAB
Black with #BEBEAB
Text Example
Text Example
White with #BEBEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBEAB; }
p { color: rgb(190,190,171); }
H1.HeaderClassName
{
color: #BEBEAB;
}
.AnyTagClassName
{
color: #BEBEAB;
}
</style>
background-color css
<style>
a { background-color: #BEBEAB; }
a { background-color: rgb(190,190,171); }
div.DivClassName
{
background-color: #BEBEAB;
}
.BgClassName
{
background-color: #BEBEAB;
}
</style>
border-color css
<style>
span { border-color: #BEBEAB; }
span { border-color: rgb(190,190,171); }
td.TdClassName
{
border-color: #BEBEAB;
}
.TagClassName
{
border-color: #BEBEAB;
}
</style>