Shades of French Grey #BFB0C9
Tints of French Grey #BFB0C9
RGB
CMYK
RGB Variations
Color information
#BFB0C9 (or 0xBFB0C9) is known color: French Grey. HEX triplet: BF, B0 and C9. RGB value is (191,176,201). Sum of RGB (Red+Green+Blue) = 191+176+201=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 176 (69.14% from 255 or 30.99% from 568); Blue value is 201 (78.91% from 255 or 35.39% from 568); Max value from RGB is 201 - color contains mainly: blue. Hex color #BFB0C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB0C9 is #404F36. Grayscale: #B7B7B7. Windows color (decimal): -4214583 or 13217983. OLE color: 13217983.
HSL color Cylindrical-coordinate representation of color #BFB0C9: hue angle of 276º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFB0C9 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 176 | 201 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.21 |
| HSL | 276º | 0.19% | 0.74% | - |
| HSV(B) | 276º | 0.12% | 0.79% | - |
| XYZ | 47.55 | 46.34 | 61.7 | - |
| YUV | 183.34 | 137.97 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 201 | 0.05 | 0.12 | 0 | 0.21 | 276 | 0.19 | 0.74 |
| Hex | BF | B0 | C9 | 5 | C | 0 | 15 | 114 | 13 | 4A |
| Octal | 277 | 260 | 311 | 5 | 14 | 0 | 25 | 424 | 23 | 112 |
| Binary | 10111111 | 10110000 | 11001001 | 101 | 1100 | 0 | 10101 | 100010100 | 10011 | 1001010 |
Color Harmonies of #BFB0C9
Complementary color
Monochromatic Colors of #BFB0C9
Black with #BFB0C9
Text Example
Text Example
White with #BFB0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB0C9; }
p { color: rgb(191,176,201); }
H1.HeaderClassName
{
color: #BFB0C9;
}
.AnyTagClassName
{
color: #BFB0C9;
}
</style>
background-color css
<style>
a { background-color: #BFB0C9; }
a { background-color: rgb(191,176,201); }
div.DivClassName
{
background-color: #BFB0C9;
}
.BgClassName
{
background-color: #BFB0C9;
}
</style>
border-color css
<style>
span { border-color: #BFB0C9; }
span { border-color: rgb(191,176,201); }
td.TdClassName
{
border-color: #BFB0C9;
}
.TagClassName
{
border-color: #BFB0C9;
}
</style>