Shades of French Grey #BFB9C2
Tints of French Grey #BFB9C2
RGB
CMYK
RGB Variations
Color information
#BFB9C2 (or 0xBFB9C2) is known color: French Grey. HEX triplet: BF, B9 and C2. RGB value is (191,185,194). Sum of RGB (Red+Green+Blue) = 191+185+194=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 185 (72.66% from 255 or 32.46% from 570); Blue value is 194 (76.17% from 255 or 34.04% from 570); Max value from RGB is 194 - color contains mainly: blue. Hex color #BFB9C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB9C2 is #40463D. Grayscale: #BBBBBB. Windows color (decimal): -4212286 or 12761535. OLE color: 12761535.
HSL color Cylindrical-coordinate representation of color #BFB9C2: hue angle of 280º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BFB9C2 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 185 | 194 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.24 |
| HSL | 280º | 0.07% | 0.74% | - |
| HSV(B) | 280º | 0.05% | 0.76% | - |
| XYZ | 48.57 | 49.67 | 58.07 | - |
| YUV | 187.82 | 131.49 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 185 | 194 | 0.02 | 0.05 | 0 | 0.24 | 280 | 0.07 | 0.74 |
| Hex | BF | B9 | C2 | 2 | 5 | 0 | 18 | 118 | 7 | 4A |
| Octal | 277 | 271 | 302 | 2 | 5 | 0 | 30 | 430 | 7 | 112 |
| Binary | 10111111 | 10111001 | 11000010 | 10 | 101 | 0 | 11000 | 100011000 | 111 | 1001010 |
Color Harmonies of #BFB9C2
Complementary color
Monochromatic Colors of #BFB9C2
Black with #BFB9C2
Text Example
Text Example
White with #BFB9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB9C2; }
p { color: rgb(191,185,194); }
H1.HeaderClassName
{
color: #BFB9C2;
}
.AnyTagClassName
{
color: #BFB9C2;
}
</style>
background-color css
<style>
a { background-color: #BFB9C2; }
a { background-color: rgb(191,185,194); }
div.DivClassName
{
background-color: #BFB9C2;
}
.BgClassName
{
background-color: #BFB9C2;
}
</style>
border-color css
<style>
span { border-color: #BFB9C2; }
span { border-color: rgb(191,185,194); }
td.TdClassName
{
border-color: #BFB9C2;
}
.TagClassName
{
border-color: #BFB9C2;
}
</style>