Shades of Kidnapper #BEBEAC
Tints of Kidnapper #BEBEAC
RGB
CMYK
RGB Variations
Color information
#BEBEAC (or 0xBEBEAC) is known color: Kidnapper. HEX triplet: BE, BE and AC. RGB value is (190,190,172). Sum of RGB (Red+Green+Blue) = 190+190+172=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBEAC is #414153. Grayscale: #BCBCBC. Windows color (decimal): -4276564 or 11321022. OLE color: 11321022.
HSL color Cylindrical-coordinate representation of color #BEBEAC: hue angle of 60º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BEBEAC is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 190 | 172 | - |
| CMYK | 0 | 0 | 0.09 | 0.25 |
| HSL | 60º | 0.12% | 0.71% | - |
| HSV(B) | 60º | 0.09% | 0.75% | - |
| XYZ | 47.1 | 50.75 | 46.34 | - |
| YUV | 187.95 | 119 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 190 | 172 | 0 | 0 | 0.09 | 0.25 | 60 | 0.12 | 0.71 |
| Hex | BE | BE | AC | 0 | 0 | 9 | 19 | 3C | C | 47 |
| Octal | 276 | 276 | 254 | 0 | 0 | 11 | 31 | 74 | 14 | 107 |
| Binary | 10111110 | 10111110 | 10101100 | 0 | 0 | 1001 | 11001 | 111100 | 1100 | 1000111 |
Color Harmonies of #BEBEAC
Complementary color
Monochromatic Colors of #BEBEAC
Black with #BEBEAC
Text Example
Text Example
White with #BEBEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBEAC; }
p { color: rgb(190,190,172); }
H1.HeaderClassName
{
color: #BEBEAC;
}
.AnyTagClassName
{
color: #BEBEAC;
}
</style>
background-color css
<style>
a { background-color: #BEBEAC; }
a { background-color: rgb(190,190,172); }
div.DivClassName
{
background-color: #BEBEAC;
}
.BgClassName
{
background-color: #BEBEAC;
}
</style>
border-color css
<style>
span { border-color: #BEBEAC; }
span { border-color: rgb(190,190,172); }
td.TdClassName
{
border-color: #BEBEAC;
}
.TagClassName
{
border-color: #BEBEAC;
}
</style>