Shades of French Grey #BFBAC8
Tints of French Grey #BFBAC8
RGB
CMYK
RGB Variations
Color information
#BFBAC8 (or 0xBFBAC8) is known color: French Grey. HEX triplet: BF, BA and C8. RGB value is (191,186,200). Sum of RGB (Red+Green+Blue) = 191+186+200=577 (76% of max value = 765). Red value is 191 (75% from 255 or 33.10% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 200 (78.52% from 255 or 34.66% from 577); Max value from RGB is 200 - color contains mainly: blue. Hex color #BFBAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBAC8 is #404537. Grayscale: #BDBDBD. Windows color (decimal): -4212024 or 13155007. OLE color: 13155007.
HSL color Cylindrical-coordinate representation of color #BFBAC8: hue angle of 261.43º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFBAC8 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 186 | 200 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.22 |
| HSL | 261.43º | 0.11% | 0.76% | - |
| HSV(B) | 261.43º | 0.07% | 0.78% | - |
| XYZ | 49.47 | 50.36 | 61.76 | - |
| YUV | 189.09 | 134.16 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 200 | 0.04 | 0.07 | 0 | 0.22 | 261.43 | 0.11 | 0.76 |
| Hex | BF | BA | C8 | 4 | 7 | 0 | 16 | 105 | B | 4C |
| Octal | 277 | 272 | 310 | 4 | 7 | 0 | 26 | 405 | 13 | 114 |
| Binary | 10111111 | 10111010 | 11001000 | 100 | 111 | 0 | 10110 | 100000101 | 1011 | 1001100 |
Color Harmonies of #BFBAC8
Complementary color
Monochromatic Colors of #BFBAC8
Black with #BFBAC8
Text Example
Text Example
White with #BFBAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBAC8; }
p { color: rgb(191,186,200); }
H1.HeaderClassName
{
color: #BFBAC8;
}
.AnyTagClassName
{
color: #BFBAC8;
}
</style>
background-color css
<style>
a { background-color: #BFBAC8; }
a { background-color: rgb(191,186,200); }
div.DivClassName
{
background-color: #BFBAC8;
}
.BgClassName
{
background-color: #BFBAC8;
}
</style>
border-color css
<style>
span { border-color: #BFBAC8; }
span { border-color: rgb(191,186,200); }
td.TdClassName
{
border-color: #BFBAC8;
}
.TagClassName
{
border-color: #BFBAC8;
}
</style>