Shades of Grey Nickel #BEBCAF
Tints of Grey Nickel #BEBCAF
RGB
CMYK
RGB Variations
Color information
#BEBCAF (or 0xBEBCAF) is known color: Grey Nickel. HEX triplet: BE, BC and AF. RGB value is (190,188,175). Sum of RGB (Red+Green+Blue) = 190+188+175=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBCAF is #414350. Grayscale: #BBBBBB. Windows color (decimal): -4277073 or 11517118. OLE color: 11517118.
HSL color Cylindrical-coordinate representation of color #BEBCAF: hue angle of 52º 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 #BEBCAF is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 188 | 175 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.25 |
| HSL | 52º | 0.1% | 0.72% | - |
| HSV(B) | 52º | 0.08% | 0.75% | - |
| XYZ | 46.96 | 50.01 | 47.74 | - |
| YUV | 187.12 | 121.16 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 188 | 175 | 0 | 0.01 | 0.08 | 0.25 | 52 | 0.1 | 0.72 |
| Hex | BE | BC | AF | 0 | 1 | 8 | 19 | 34 | A | 48 |
| Octal | 276 | 274 | 257 | 0 | 1 | 10 | 31 | 64 | 12 | 110 |
| Binary | 10111110 | 10111100 | 10101111 | 0 | 1 | 1000 | 11001 | 110100 | 1010 | 1001000 |
Color Harmonies of #BEBCAF
Complementary color
Monochromatic Colors of #BEBCAF
Black with #BEBCAF
Text Example
Text Example
White with #BEBCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBCAF; }
p { color: rgb(190,188,175); }
H1.HeaderClassName
{
color: #BEBCAF;
}
.AnyTagClassName
{
color: #BEBCAF;
}
</style>
background-color css
<style>
a { background-color: #BEBCAF; }
a { background-color: rgb(190,188,175); }
div.DivClassName
{
background-color: #BEBCAF;
}
.BgClassName
{
background-color: #BEBCAF;
}
</style>
border-color css
<style>
span { border-color: #BEBCAF; }
span { border-color: rgb(190,188,175); }
td.TdClassName
{
border-color: #BEBCAF;
}
.TagClassName
{
border-color: #BEBCAF;
}
</style>