Shades of French Grey #BFBEC1
Tints of French Grey #BFBEC1
RGB
CMYK
RGB Variations
Color information
#BFBEC1 (or 0xBFBEC1) is known color: French Grey. HEX triplet: BF, BE and C1. RGB value is (191,190,193). Sum of RGB (Red+Green+Blue) = 191+190+193=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 190 (74.61% from 255 or 33.10% from 574); Blue value is 193 (75.78% from 255 or 33.62% from 574); Max value from RGB is 193 - color contains mainly: blue. Hex color #BFBEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBEC1 is #40413E. Grayscale: #BEBEBE. Windows color (decimal): -4211007 or 12697279. OLE color: 12697279.
HSL color Cylindrical-coordinate representation of color #BFBEC1: hue angle of 260º degrees, saturation: 0.02, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BFBEC1 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 190 | 193 | - |
| CMYK | 0.01 | 0.02 | 0 | 0.24 |
| HSL | 260º | 0.02% | 0.75% | - |
| HSV(B) | 260º | 0.02% | 0.76% | - |
| XYZ | 49.52 | 51.75 | 57.83 | - |
| YUV | 190.64 | 129.33 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 190 | 193 | 0.01 | 0.02 | 0 | 0.24 | 260 | 0.02 | 0.75 |
| Hex | BF | BE | C1 | 1 | 2 | 0 | 18 | 104 | 2 | 4B |
| Octal | 277 | 276 | 301 | 1 | 2 | 0 | 30 | 404 | 2 | 113 |
| Binary | 10111111 | 10111110 | 11000001 | 1 | 10 | 0 | 11000 | 100000100 | 10 | 1001011 |
Color Harmonies of #BFBEC1
Complementary color
Monochromatic Colors of #BFBEC1
Black with #BFBEC1
Text Example
Text Example
White with #BFBEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBEC1; }
p { color: rgb(191,190,193); }
H1.HeaderClassName
{
color: #BFBEC1;
}
.AnyTagClassName
{
color: #BFBEC1;
}
</style>
background-color css
<style>
a { background-color: #BFBEC1; }
a { background-color: rgb(191,190,193); }
div.DivClassName
{
background-color: #BFBEC1;
}
.BgClassName
{
background-color: #BFBEC1;
}
</style>
border-color css
<style>
span { border-color: #BFBEC1; }
span { border-color: rgb(191,190,193); }
td.TdClassName
{
border-color: #BFBEC1;
}
.TagClassName
{
border-color: #BFBEC1;
}
</style>