Shades of French Grey #BEB9C0
Tints of French Grey #BEB9C0
RGB
CMYK
RGB Variations
Color information
#BEB9C0 (or 0xBEB9C0) is known color: French Grey. HEX triplet: BE, B9 and C0. RGB value is (190,185,192). Sum of RGB (Red+Green+Blue) = 190+185+192=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 185 (72.66% from 255 or 32.63% from 567); Blue value is 192 (75.39% from 255 or 33.86% from 567); Max value from RGB is 192 - color contains mainly: blue. Hex color #BEB9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB9C0 is #41463F. Grayscale: #BBBBBB. Windows color (decimal): -4277824 or 12630462. OLE color: 12630462.
HSL color Cylindrical-coordinate representation of color #BEB9C0: hue angle of 282.86º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BEB9C0 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 185 | 192 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.25 |
| HSL | 282.86º | 0.05% | 0.74% | - |
| HSV(B) | 282.86º | 0.04% | 0.75% | - |
| XYZ | 48.1 | 49.45 | 56.88 | - |
| YUV | 187.29 | 130.66 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 185 | 192 | 0.01 | 0.04 | 0 | 0.25 | 282.86 | 0.05 | 0.74 |
| Hex | BE | B9 | C0 | 1 | 4 | 0 | 19 | 11B | 5 | 4A |
| Octal | 276 | 271 | 300 | 1 | 4 | 0 | 31 | 433 | 5 | 112 |
| Binary | 10111110 | 10111001 | 11000000 | 1 | 100 | 0 | 11001 | 100011011 | 101 | 1001010 |
Color Harmonies of #BEB9C0
Complementary color
Monochromatic Colors of #BEB9C0
Black with #BEB9C0
Text Example
Text Example
White with #BEB9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB9C0; }
p { color: rgb(190,185,192); }
H1.HeaderClassName
{
color: #BEB9C0;
}
.AnyTagClassName
{
color: #BEB9C0;
}
</style>
background-color css
<style>
a { background-color: #BEB9C0; }
a { background-color: rgb(190,185,192); }
div.DivClassName
{
background-color: #BEB9C0;
}
.BgClassName
{
background-color: #BEB9C0;
}
</style>
border-color css
<style>
span { border-color: #BEB9C0; }
span { border-color: rgb(190,185,192); }
td.TdClassName
{
border-color: #BEB9C0;
}
.TagClassName
{
border-color: #BEB9C0;
}
</style>