Shades of Kidnapper #BEBFAF
Tints of Kidnapper #BEBFAF
RGB
CMYK
RGB Variations
Color information
#BEBFAF (or 0xBEBFAF) is known color: Kidnapper. HEX triplet: BE, BF and AF. RGB value is (190,191,175). Sum of RGB (Red+Green+Blue) = 190+191+175=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBFAF is #414050. Grayscale: #BCBCBC. Windows color (decimal): -4276305 or 11517886. OLE color: 11517886.
HSL color Cylindrical-coordinate representation of color #BEBFAF: hue angle of 63.75º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BEBFAF is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 191 | 175 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.25 |
| HSL | 63.75º | 0.11% | 0.72% | - |
| HSV(B) | 63.75º | 0.08% | 0.75% | - |
| XYZ | 47.6 | 51.3 | 47.95 | - |
| YUV | 188.88 | 120.17 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 191 | 175 | 0.01 | 0 | 0.08 | 0.25 | 63.75 | 0.11 | 0.72 |
| Hex | BE | BF | AF | 1 | 0 | 8 | 19 | 40 | B | 48 |
| Octal | 276 | 277 | 257 | 1 | 0 | 10 | 31 | 100 | 13 | 110 |
| Binary | 10111110 | 10111111 | 10101111 | 1 | 0 | 1000 | 11001 | 1000000 | 1011 | 1001000 |
Color Harmonies of #BEBFAF
Complementary color
Monochromatic Colors of #BEBFAF
Black with #BEBFAF
Text Example
Text Example
White with #BEBFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBFAF; }
p { color: rgb(190,191,175); }
H1.HeaderClassName
{
color: #BEBFAF;
}
.AnyTagClassName
{
color: #BEBFAF;
}
</style>
background-color css
<style>
a { background-color: #BEBFAF; }
a { background-color: rgb(190,191,175); }
div.DivClassName
{
background-color: #BEBFAF;
}
.BgClassName
{
background-color: #BEBFAF;
}
</style>
border-color css
<style>
span { border-color: #BEBFAF; }
span { border-color: rgb(190,191,175); }
td.TdClassName
{
border-color: #BEBFAF;
}
.TagClassName
{
border-color: #BEBFAF;
}
</style>