Shades of Kidnapper #BEBEAF
Tints of Kidnapper #BEBEAF
RGB
CMYK
RGB Variations
Color information
#BEBEAF (or 0xBEBEAF) is known color: Kidnapper. HEX triplet: BE, BE and AF. RGB value is (190,190,175). Sum of RGB (Red+Green+Blue) = 190+190+175=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 190 (74.61% from 255 or 34.23% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBEAF is #414150. Grayscale: #BCBCBC. Windows color (decimal): -4276561 or 11517630. OLE color: 11517630.
HSL color Cylindrical-coordinate representation of color #BEBEAF: hue angle of 60º degrees, saturation: 0.1, 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 #BEBEAF is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 190 | 175 | - |
| CMYK | 0 | 0 | 0.08 | 0.25 |
| HSL | 60º | 0.1% | 0.72% | - |
| HSV(B) | 60º | 0.08% | 0.75% | - |
| XYZ | 47.39 | 50.87 | 47.88 | - |
| YUV | 188.29 | 120.5 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 190 | 175 | 0 | 0 | 0.08 | 0.25 | 60 | 0.1 | 0.72 |
| Hex | BE | BE | AF | 0 | 0 | 8 | 19 | 3C | A | 48 |
| Octal | 276 | 276 | 257 | 0 | 0 | 10 | 31 | 74 | 12 | 110 |
| Binary | 10111110 | 10111110 | 10101111 | 0 | 0 | 1000 | 11001 | 111100 | 1010 | 1001000 |
Color Harmonies of #BEBEAF
Complementary color
Monochromatic Colors of #BEBEAF
Black with #BEBEAF
Text Example
Text Example
White with #BEBEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBEAF; }
p { color: rgb(190,190,175); }
H1.HeaderClassName
{
color: #BEBEAF;
}
.AnyTagClassName
{
color: #BEBEAF;
}
</style>
background-color css
<style>
a { background-color: #BEBEAF; }
a { background-color: rgb(190,190,175); }
div.DivClassName
{
background-color: #BEBEAF;
}
.BgClassName
{
background-color: #BEBEAF;
}
</style>
border-color css
<style>
span { border-color: #BEBEAF; }
span { border-color: rgb(190,190,175); }
td.TdClassName
{
border-color: #BEBEAF;
}
.TagClassName
{
border-color: #BEBEAF;
}
</style>