Shades of French Grey #BFB1CB
Tints of French Grey #BFB1CB
RGB
CMYK
RGB Variations
Color information
#BFB1CB (or 0xBFB1CB) is known color: French Grey. HEX triplet: BF, B1 and CB. RGB value is (191,177,203). Sum of RGB (Red+Green+Blue) = 191+177+203=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 177 (69.53% from 255 or 31.00% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 203 - color contains mainly: blue. Hex color #BFB1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB1CB is #404E34. Grayscale: #B8B8B8. Windows color (decimal): -4214325 or 13349311. OLE color: 13349311.
HSL color Cylindrical-coordinate representation of color #BFB1CB: hue angle of 272.31º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFB1CB is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 177 | 203 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.20 |
| HSL | 272.31º | 0.2% | 0.75% | - |
| HSV(B) | 272.31º | 0.13% | 0.8% | - |
| XYZ | 47.99 | 46.83 | 63.01 | - |
| YUV | 184.15 | 138.64 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 203 | 0.06 | 0.13 | 0 | 0.20 | 272.31 | 0.2 | 0.75 |
| Hex | BF | B1 | CB | 6 | D | 0 | 14 | 110 | 14 | 4B |
| Octal | 277 | 261 | 313 | 6 | 15 | 0 | 24 | 420 | 24 | 113 |
| Binary | 10111111 | 10110001 | 11001011 | 110 | 1101 | 0 | 10100 | 100010000 | 10100 | 1001011 |
Color Harmonies of #BFB1CB
Complementary color
Monochromatic Colors of #BFB1CB
Black with #BFB1CB
Text Example
Text Example
White with #BFB1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB1CB; }
p { color: rgb(191,177,203); }
H1.HeaderClassName
{
color: #BFB1CB;
}
.AnyTagClassName
{
color: #BFB1CB;
}
</style>
background-color css
<style>
a { background-color: #BFB1CB; }
a { background-color: rgb(191,177,203); }
div.DivClassName
{
background-color: #BFB1CB;
}
.BgClassName
{
background-color: #BFB1CB;
}
</style>
border-color css
<style>
span { border-color: #BFB1CB; }
span { border-color: rgb(191,177,203); }
td.TdClassName
{
border-color: #BFB1CB;
}
.TagClassName
{
border-color: #BFB1CB;
}
</style>