Shades of French Grey #BFB8C7
Tints of French Grey #BFB8C7
RGB
CMYK
RGB Variations
Color information
#BFB8C7 (or 0xBFB8C7) is known color: French Grey. HEX triplet: BF, B8 and C7. RGB value is (191,184,199). Sum of RGB (Red+Green+Blue) = 191+184+199=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 184 (72.27% from 255 or 32.06% from 574); Blue value is 199 (78.12% from 255 or 34.67% from 574); Max value from RGB is 199 - color contains mainly: blue. Hex color #BFB8C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB8C7 is #404738. Grayscale: #BBBBBB. Windows color (decimal): -4212537 or 13088959. OLE color: 13088959.
HSL color Cylindrical-coordinate representation of color #BFB8C7: hue angle of 268º degrees, saturation: 0.12, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFB8C7 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 184 | 199 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.22 |
| HSL | 268º | 0.12% | 0.75% | - |
| HSV(B) | 268º | 0.08% | 0.78% | - |
| XYZ | 48.94 | 49.48 | 61 | - |
| YUV | 187.8 | 134.32 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 184 | 199 | 0.04 | 0.08 | 0 | 0.22 | 268 | 0.12 | 0.75 |
| Hex | BF | B8 | C7 | 4 | 8 | 0 | 16 | 10C | C | 4B |
| Octal | 277 | 270 | 307 | 4 | 10 | 0 | 26 | 414 | 14 | 113 |
| Binary | 10111111 | 10111000 | 11000111 | 100 | 1000 | 0 | 10110 | 100001100 | 1100 | 1001011 |
Color Harmonies of #BFB8C7
Complementary color
Monochromatic Colors of #BFB8C7
Black with #BFB8C7
Text Example
Text Example
White with #BFB8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB8C7; }
p { color: rgb(191,184,199); }
H1.HeaderClassName
{
color: #BFB8C7;
}
.AnyTagClassName
{
color: #BFB8C7;
}
</style>
background-color css
<style>
a { background-color: #BFB8C7; }
a { background-color: rgb(191,184,199); }
div.DivClassName
{
background-color: #BFB8C7;
}
.BgClassName
{
background-color: #BFB8C7;
}
</style>
border-color css
<style>
span { border-color: #BFB8C7; }
span { border-color: rgb(191,184,199); }
td.TdClassName
{
border-color: #BFB8C7;
}
.TagClassName
{
border-color: #BFB8C7;
}
</style>