Shades of French Grey #BFB9C7
Tints of French Grey #BFB9C7
RGB
CMYK
RGB Variations
Color information
#BFB9C7 (or 0xBFB9C7) is known color: French Grey. HEX triplet: BF, B9 and C7. RGB value is (191,185,199). Sum of RGB (Red+Green+Blue) = 191+185+199=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 185 (72.66% from 255 or 32.17% from 575); Blue value is 199 (78.12% from 255 or 34.61% from 575); Max value from RGB is 199 - color contains mainly: blue. Hex color #BFB9C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB9C7 is #404638. Grayscale: #BCBCBC. Windows color (decimal): -4212281 or 13089215. OLE color: 13089215.
HSL color Cylindrical-coordinate representation of color #BFB9C7: hue angle of 265.71º degrees, saturation: 0.11, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFB9C7 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 185 | 199 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.22 |
| HSL | 265.71º | 0.11% | 0.75% | - |
| HSV(B) | 265.71º | 0.07% | 0.78% | - |
| XYZ | 49.14 | 49.9 | 61.07 | - |
| YUV | 188.39 | 133.99 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 185 | 199 | 0.04 | 0.07 | 0 | 0.22 | 265.71 | 0.11 | 0.75 |
| Hex | BF | B9 | C7 | 4 | 7 | 0 | 16 | 10A | B | 4B |
| Octal | 277 | 271 | 307 | 4 | 7 | 0 | 26 | 412 | 13 | 113 |
| Binary | 10111111 | 10111001 | 11000111 | 100 | 111 | 0 | 10110 | 100001010 | 1011 | 1001011 |
Color Harmonies of #BFB9C7
Complementary color
Monochromatic Colors of #BFB9C7
Black with #BFB9C7
Text Example
Text Example
White with #BFB9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB9C7; }
p { color: rgb(191,185,199); }
H1.HeaderClassName
{
color: #BFB9C7;
}
.AnyTagClassName
{
color: #BFB9C7;
}
</style>
background-color css
<style>
a { background-color: #BFB9C7; }
a { background-color: rgb(191,185,199); }
div.DivClassName
{
background-color: #BFB9C7;
}
.BgClassName
{
background-color: #BFB9C7;
}
</style>
border-color css
<style>
span { border-color: #BFB9C7; }
span { border-color: rgb(191,185,199); }
td.TdClassName
{
border-color: #BFB9C7;
}
.TagClassName
{
border-color: #BFB9C7;
}
</style>