Shades of French Grey #BFBBC1
Tints of French Grey #BFBBC1
RGB
CMYK
RGB Variations
Color information
#BFBBC1 (or 0xBFBBC1) is known color: French Grey. HEX triplet: BF, BB and C1. RGB value is (191,187,193). Sum of RGB (Red+Green+Blue) = 191+187+193=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 187 (73.44% from 255 or 32.75% from 571); Blue value is 193 (75.78% from 255 or 33.80% from 571); Max value from RGB is 193 - color contains mainly: blue. Hex color #BFBBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBC1 is #40443E. Grayscale: #BCBCBC. Windows color (decimal): -4211775 or 12696511. OLE color: 12696511.
HSL color Cylindrical-coordinate representation of color #BFBBC1: hue angle of 280º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BFBBC1 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 187 | 193 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.24 |
| HSL | 280º | 0.05% | 0.75% | - |
| HSV(B) | 280º | 0.03% | 0.76% | - |
| XYZ | 48.88 | 50.47 | 57.62 | - |
| YUV | 188.88 | 130.33 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 193 | 0.01 | 0.03 | 0 | 0.24 | 280 | 0.05 | 0.75 |
| Hex | BF | BB | C1 | 1 | 3 | 0 | 18 | 118 | 5 | 4B |
| Octal | 277 | 273 | 301 | 1 | 3 | 0 | 30 | 430 | 5 | 113 |
| Binary | 10111111 | 10111011 | 11000001 | 1 | 11 | 0 | 11000 | 100011000 | 101 | 1001011 |
Color Harmonies of #BFBBC1
Complementary color
Monochromatic Colors of #BFBBC1
Black with #BFBBC1
Text Example
Text Example
White with #BFBBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBBC1; }
p { color: rgb(191,187,193); }
H1.HeaderClassName
{
color: #BFBBC1;
}
.AnyTagClassName
{
color: #BFBBC1;
}
</style>
background-color css
<style>
a { background-color: #BFBBC1; }
a { background-color: rgb(191,187,193); }
div.DivClassName
{
background-color: #BFBBC1;
}
.BgClassName
{
background-color: #BFBBC1;
}
</style>
border-color css
<style>
span { border-color: #BFBBC1; }
span { border-color: rgb(191,187,193); }
td.TdClassName
{
border-color: #BFBBC1;
}
.TagClassName
{
border-color: #BFBBC1;
}
</style>