Shades of French Grey #BFBBC7
Tints of French Grey #BFBBC7
RGB
CMYK
RGB Variations
Color information
#BFBBC7 (or 0xBFBBC7) is known color: French Grey. HEX triplet: BF, BB and C7. RGB value is (191,187,199). Sum of RGB (Red+Green+Blue) = 191+187+199=577 (76% of max value = 765). Red value is 191 (75% from 255 or 33.10% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 199 (78.12% from 255 or 34.49% from 577); Max value from RGB is 199 - color contains mainly: blue. Hex color #BFBBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBC7 is #404438. Grayscale: #BDBDBD. Windows color (decimal): -4211769 or 13089727. OLE color: 13089727.
HSL color Cylindrical-coordinate representation of color #BFBBC7: hue angle of 260º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFBBC7 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 187 | 199 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.22 |
| HSL | 260º | 0.1% | 0.76% | - |
| HSV(B) | 260º | 0.06% | 0.78% | - |
| XYZ | 49.56 | 50.74 | 61.21 | - |
| YUV | 189.56 | 133.33 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 199 | 0.04 | 0.06 | 0 | 0.22 | 260 | 0.1 | 0.76 |
| Hex | BF | BB | C7 | 4 | 6 | 0 | 16 | 104 | A | 4C |
| Octal | 277 | 273 | 307 | 4 | 6 | 0 | 26 | 404 | 12 | 114 |
| Binary | 10111111 | 10111011 | 11000111 | 100 | 110 | 0 | 10110 | 100000100 | 1010 | 1001100 |
Color Harmonies of #BFBBC7
Complementary color
Monochromatic Colors of #BFBBC7
Black with #BFBBC7
Text Example
Text Example
White with #BFBBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBBC7; }
p { color: rgb(191,187,199); }
H1.HeaderClassName
{
color: #BFBBC7;
}
.AnyTagClassName
{
color: #BFBBC7;
}
</style>
background-color css
<style>
a { background-color: #BFBBC7; }
a { background-color: rgb(191,187,199); }
div.DivClassName
{
background-color: #BFBBC7;
}
.BgClassName
{
background-color: #BFBBC7;
}
</style>
border-color css
<style>
span { border-color: #BFBBC7; }
span { border-color: rgb(191,187,199); }
td.TdClassName
{
border-color: #BFBBC7;
}
.TagClassName
{
border-color: #BFBBC7;
}
</style>