Shades of French Grey #BFB4CB
Tints of French Grey #BFB4CB
RGB
CMYK
RGB Variations
Color information
#BFB4CB (or 0xBFB4CB) is known color: French Grey. HEX triplet: BF, B4 and CB. RGB value is (191,180,203). Sum of RGB (Red+Green+Blue) = 191+180+203=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 180 (70.70% from 255 or 31.36% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 203 - color contains mainly: blue. Hex color #BFB4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB4CB is #404B34. Grayscale: #B9B9B9. Windows color (decimal): -4213557 or 13350079. OLE color: 13350079.
HSL color Cylindrical-coordinate representation of color #BFB4CB: hue angle of 268.7º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFB4CB is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 180 | 203 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.20 |
| HSL | 268.7º | 0.18% | 0.75% | - |
| HSV(B) | 268.7º | 0.11% | 0.8% | - |
| XYZ | 48.59 | 48.03 | 63.21 | - |
| YUV | 185.91 | 137.64 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 180 | 203 | 0.06 | 0.11 | 0 | 0.20 | 268.7 | 0.18 | 0.75 |
| Hex | BF | B4 | CB | 6 | B | 0 | 14 | 10D | 12 | 4B |
| Octal | 277 | 264 | 313 | 6 | 13 | 0 | 24 | 415 | 22 | 113 |
| Binary | 10111111 | 10110100 | 11001011 | 110 | 1011 | 0 | 10100 | 100001101 | 10010 | 1001011 |
Color Harmonies of #BFB4CB
Complementary color
Monochromatic Colors of #BFB4CB
Black with #BFB4CB
Text Example
Text Example
White with #BFB4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB4CB; }
p { color: rgb(191,180,203); }
H1.HeaderClassName
{
color: #BFB4CB;
}
.AnyTagClassName
{
color: #BFB4CB;
}
</style>
background-color css
<style>
a { background-color: #BFB4CB; }
a { background-color: rgb(191,180,203); }
div.DivClassName
{
background-color: #BFB4CB;
}
.BgClassName
{
background-color: #BFB4CB;
}
</style>
border-color css
<style>
span { border-color: #BFB4CB; }
span { border-color: rgb(191,180,203); }
td.TdClassName
{
border-color: #BFB4CB;
}
.TagClassName
{
border-color: #BFB4CB;
}
</style>