Shades of French Grey #BFB6C3
Tints of French Grey #BFB6C3
RGB
CMYK
RGB Variations
Color information
#BFB6C3 (or 0xBFB6C3) is known color: French Grey. HEX triplet: BF, B6 and C3. RGB value is (191,182,195). Sum of RGB (Red+Green+Blue) = 191+182+195=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 182 (71.48% from 255 or 32.04% from 568); Blue value is 195 (76.56% from 255 or 34.33% from 568); Max value from RGB is 195 - color contains mainly: blue. Hex color #BFB6C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB6C3 is #40493C. Grayscale: #BABABA. Windows color (decimal): -4213053 or 12826303. OLE color: 12826303.
HSL color Cylindrical-coordinate representation of color #BFB6C3: hue angle of 281.54º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFB6C3 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 182 | 195 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.24 |
| HSL | 281.54º | 0.1% | 0.74% | - |
| HSV(B) | 281.54º | 0.07% | 0.76% | - |
| XYZ | 48.06 | 48.47 | 58.45 | - |
| YUV | 186.17 | 132.98 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 182 | 195 | 0.02 | 0.07 | 0 | 0.24 | 281.54 | 0.1 | 0.74 |
| Hex | BF | B6 | C3 | 2 | 7 | 0 | 18 | 11A | A | 4A |
| Octal | 277 | 266 | 303 | 2 | 7 | 0 | 30 | 432 | 12 | 112 |
| Binary | 10111111 | 10110110 | 11000011 | 10 | 111 | 0 | 11000 | 100011010 | 1010 | 1001010 |
Color Harmonies of #BFB6C3
Complementary color
Monochromatic Colors of #BFB6C3
Black with #BFB6C3
Text Example
Text Example
White with #BFB6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB6C3; }
p { color: rgb(191,182,195); }
H1.HeaderClassName
{
color: #BFB6C3;
}
.AnyTagClassName
{
color: #BFB6C3;
}
</style>
background-color css
<style>
a { background-color: #BFB6C3; }
a { background-color: rgb(191,182,195); }
div.DivClassName
{
background-color: #BFB6C3;
}
.BgClassName
{
background-color: #BFB6C3;
}
</style>
border-color css
<style>
span { border-color: #BFB6C3; }
span { border-color: rgb(191,182,195); }
td.TdClassName
{
border-color: #BFB6C3;
}
.TagClassName
{
border-color: #BFB6C3;
}
</style>