Shades of French Grey #BFBEC0
Tints of French Grey #BFBEC0
RGB
CMYK
RGB Variations
Color information
#BFBEC0 (or 0xBFBEC0) is known color: French Grey. HEX triplet: BF, BE and C0. RGB value is (191,190,192). Sum of RGB (Red+Green+Blue) = 191+190+192=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 192 (75.39% from 255 or 33.51% from 573); Max value from RGB is 192 - color contains mainly: blue. Hex color #BFBEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBEC0 is #40413F. Grayscale: #BEBEBE. Windows color (decimal): -4211008 or 12631743. OLE color: 12631743.
HSL color Cylindrical-coordinate representation of color #BFBEC0: hue angle of 270º degrees, saturation: 0.02, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #BFBEC0 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 190 | 192 | - |
CMYK | 0.01 | 0.01 | 0 | 0.25 |
HSL | 270º | 0.02% | 0.75% | - |
HSV(B) | 270º | 0.01% | 0.75% | - |
XYZ | 49.41 | 51.71 | 57.25 | - |
YUV | 190.53 | 128.83 | 128.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 190 | 192 | 0.01 | 0.01 | 0 | 0.25 | 270 | 0.02 | 0.75 |
Hex | BF | BE | C0 | 1 | 1 | 0 | 19 | 10E | 2 | 4B |
Octal | 277 | 276 | 300 | 1 | 1 | 0 | 31 | 416 | 2 | 113 |
Binary | 10111111 | 10111110 | 11000000 | 1 | 1 | 0 | 11001 | 100001110 | 10 | 1001011 |
Color Harmonies of #BFBEC0
Complementary color
Monochromatic Colors of #BFBEC0
Black with #BFBEC0
Text Example
Text Example
White with #BFBEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBEC0; }
p { color: rgb(191,190,192); }
H1.HeaderClassName
{
color: #BFBEC0;
}
.AnyTagClassName
{
color: #BFBEC0;
}
</style>
background-color css
<style>
a { background-color: #BFBEC0; }
a { background-color: rgb(191,190,192); }
div.DivClassName
{
background-color: #BFBEC0;
}
.BgClassName
{
background-color: #BFBEC0;
}
</style>
border-color css
<style>
span { border-color: #BFBEC0; }
span { border-color: rgb(191,190,192); }
td.TdClassName
{
border-color: #BFBEC0;
}
.TagClassName
{
border-color: #BFBEC0;
}
</style>