Shades of French Grey #BFB3CB
Tints of French Grey #BFB3CB
RGB
CMYK
RGB Variations
Color information
#BFB3CB (or 0xBFB3CB) is known color: French Grey. HEX triplet: BF, B3 and CB. RGB value is (191,179,203). Sum of RGB (Red+Green+Blue) = 191+179+203=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 179 (70.31% from 255 or 31.24% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 203 - color contains mainly: blue. Hex color #BFB3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB3CB is #404C34. Grayscale: #B9B9B9. Windows color (decimal): -4213813 or 13349823. OLE color: 13349823.
HSL color Cylindrical-coordinate representation of color #BFB3CB: hue angle of 270º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFB3CB is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 179 | 203 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.20 |
| HSL | 270º | 0.19% | 0.75% | - |
| HSV(B) | 270º | 0.12% | 0.8% | - |
| XYZ | 48.39 | 47.63 | 63.14 | - |
| YUV | 185.32 | 137.98 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 203 | 0.06 | 0.12 | 0 | 0.20 | 270 | 0.19 | 0.75 |
| Hex | BF | B3 | CB | 6 | C | 0 | 14 | 10E | 13 | 4B |
| Octal | 277 | 263 | 313 | 6 | 14 | 0 | 24 | 416 | 23 | 113 |
| Binary | 10111111 | 10110011 | 11001011 | 110 | 1100 | 0 | 10100 | 100001110 | 10011 | 1001011 |
Color Harmonies of #BFB3CB
Complementary color
Monochromatic Colors of #BFB3CB
Black with #BFB3CB
Text Example
Text Example
White with #BFB3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB3CB; }
p { color: rgb(191,179,203); }
H1.HeaderClassName
{
color: #BFB3CB;
}
.AnyTagClassName
{
color: #BFB3CB;
}
</style>
background-color css
<style>
a { background-color: #BFB3CB; }
a { background-color: rgb(191,179,203); }
div.DivClassName
{
background-color: #BFB3CB;
}
.BgClassName
{
background-color: #BFB3CB;
}
</style>
border-color css
<style>
span { border-color: #BFB3CB; }
span { border-color: rgb(191,179,203); }
td.TdClassName
{
border-color: #BFB3CB;
}
.TagClassName
{
border-color: #BFB3CB;
}
</style>