Shades of French Grey #BFB0CB
Tints of French Grey #BFB0CB
RGB
CMYK
RGB Variations
Color information
#BFB0CB (or 0xBFB0CB) is known color: French Grey. HEX triplet: BF, B0 and CB. RGB value is (191,176,203). Sum of RGB (Red+Green+Blue) = 191+176+203=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 176 (69.14% from 255 or 30.88% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 203 - color contains mainly: blue. Hex color #BFB0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB0CB is #404F34. Grayscale: #B7B7B7. Windows color (decimal): -4214581 or 13349055. OLE color: 13349055.
HSL color Cylindrical-coordinate representation of color #BFB0CB: hue angle of 273.33º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFB0CB is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 176 | 203 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.20 |
| HSL | 273.33º | 0.21% | 0.74% | - |
| HSV(B) | 273.33º | 0.13% | 0.8% | - |
| XYZ | 47.79 | 46.44 | 62.94 | - |
| YUV | 183.56 | 138.97 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 203 | 0.06 | 0.13 | 0 | 0.20 | 273.33 | 0.21 | 0.74 |
| Hex | BF | B0 | CB | 6 | D | 0 | 14 | 111 | 15 | 4A |
| Octal | 277 | 260 | 313 | 6 | 15 | 0 | 24 | 421 | 25 | 112 |
| Binary | 10111111 | 10110000 | 11001011 | 110 | 1101 | 0 | 10100 | 100010001 | 10101 | 1001010 |
Color Harmonies of #BFB0CB
Complementary color
Monochromatic Colors of #BFB0CB
Black with #BFB0CB
Text Example
Text Example
White with #BFB0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB0CB; }
p { color: rgb(191,176,203); }
H1.HeaderClassName
{
color: #BFB0CB;
}
.AnyTagClassName
{
color: #BFB0CB;
}
</style>
background-color css
<style>
a { background-color: #BFB0CB; }
a { background-color: rgb(191,176,203); }
div.DivClassName
{
background-color: #BFB0CB;
}
.BgClassName
{
background-color: #BFB0CB;
}
</style>
border-color css
<style>
span { border-color: #BFB0CB; }
span { border-color: rgb(191,176,203); }
td.TdClassName
{
border-color: #BFB0CB;
}
.TagClassName
{
border-color: #BFB0CB;
}
</style>