Shades of Kidnapper #BEBEAD
Tints of Kidnapper #BEBEAD
RGB
CMYK
RGB Variations
Color information
#BEBEAD (or 0xBEBEAD) is known color: Kidnapper. HEX triplet: BE, BE and AD. RGB value is (190,190,173). Sum of RGB (Red+Green+Blue) = 190+190+173=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 190 (74.61% from 255 or 34.36% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBEAD is #414152. Grayscale: #BCBCBC. Windows color (decimal): -4276563 or 11386558. OLE color: 11386558.
HSL color Cylindrical-coordinate representation of color #BEBEAD: 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 #BEBEAD is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 190 | 173 | - |
| CMYK | 0 | 0 | 0.09 | 0.25 |
| HSL | 60º | 0.12% | 0.71% | - |
| HSV(B) | 60º | 0.09% | 0.75% | - |
| XYZ | 47.19 | 50.79 | 46.85 | - |
| YUV | 188.06 | 119.5 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 190 | 173 | 0 | 0 | 0.09 | 0.25 | 60 | 0.12 | 0.71 |
| Hex | BE | BE | AD | 0 | 0 | 9 | 19 | 3C | C | 47 |
| Octal | 276 | 276 | 255 | 0 | 0 | 11 | 31 | 74 | 14 | 107 |
| Binary | 10111110 | 10111110 | 10101101 | 0 | 0 | 1001 | 11001 | 111100 | 1100 | 1000111 |
Color Harmonies of #BEBEAD
Complementary color
Monochromatic Colors of #BEBEAD
Black with #BEBEAD
Text Example
Text Example
White with #BEBEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBEAD; }
p { color: rgb(190,190,173); }
H1.HeaderClassName
{
color: #BEBEAD;
}
.AnyTagClassName
{
color: #BEBEAD;
}
</style>
background-color css
<style>
a { background-color: #BEBEAD; }
a { background-color: rgb(190,190,173); }
div.DivClassName
{
background-color: #BEBEAD;
}
.BgClassName
{
background-color: #BEBEAD;
}
</style>
border-color css
<style>
span { border-color: #BEBEAD; }
span { border-color: rgb(190,190,173); }
td.TdClassName
{
border-color: #BEBEAD;
}
.TagClassName
{
border-color: #BEBEAD;
}
</style>