Shades of French Grey #BEBBC0
Tints of French Grey #BEBBC0
RGB
CMYK
RGB Variations
Color information
#BEBBC0 (or 0xBEBBC0) is known color: French Grey. HEX triplet: BE, BB and C0. RGB value is (190,187,192). Sum of RGB (Red+Green+Blue) = 190+187+192=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 192 (75.39% from 255 or 33.74% from 569); Max value from RGB is 192 - color contains mainly: blue. Hex color #BEBBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBBC0 is #41443F. Grayscale: #BCBCBC. Windows color (decimal): -4277312 or 12630974. OLE color: 12630974.
HSL color Cylindrical-coordinate representation of color #BEBBC0: hue angle of 276º degrees, saturation: 0.04, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BEBBC0 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 187 | 192 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.25 |
| HSL | 276º | 0.04% | 0.74% | - |
| HSV(B) | 276º | 0.03% | 0.75% | - |
| XYZ | 48.52 | 50.29 | 57.02 | - |
| YUV | 188.47 | 129.99 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 187 | 192 | 0.01 | 0.03 | 0 | 0.25 | 276 | 0.04 | 0.74 |
| Hex | BE | BB | C0 | 1 | 3 | 0 | 19 | 114 | 4 | 4A |
| Octal | 276 | 273 | 300 | 1 | 3 | 0 | 31 | 424 | 4 | 112 |
| Binary | 10111110 | 10111011 | 11000000 | 1 | 11 | 0 | 11001 | 100010100 | 100 | 1001010 |
Color Harmonies of #BEBBC0
Complementary color
Monochromatic Colors of #BEBBC0
Black with #BEBBC0
Text Example
Text Example
White with #BEBBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBBC0; }
p { color: rgb(190,187,192); }
H1.HeaderClassName
{
color: #BEBBC0;
}
.AnyTagClassName
{
color: #BEBBC0;
}
</style>
background-color css
<style>
a { background-color: #BEBBC0; }
a { background-color: rgb(190,187,192); }
div.DivClassName
{
background-color: #BEBBC0;
}
.BgClassName
{
background-color: #BEBBC0;
}
</style>
border-color css
<style>
span { border-color: #BEBBC0; }
span { border-color: rgb(190,187,192); }
td.TdClassName
{
border-color: #BEBBC0;
}
.TagClassName
{
border-color: #BEBBC0;
}
</style>