Shades of French Grey #BFB2CB
Tints of French Grey #BFB2CB
RGB
CMYK
RGB Variations
Color information
#BFB2CB (or 0xBFB2CB) is known color: French Grey. HEX triplet: BF, B2 and CB. RGB value is (191,178,203). Sum of RGB (Red+Green+Blue) = 191+178+203=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 178 (69.92% from 255 or 31.12% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 203 - color contains mainly: blue. Hex color #BFB2CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB2CB is #404D34. Grayscale: #B8B8B8. Windows color (decimal): -4214069 or 13349567. OLE color: 13349567.
HSL color Cylindrical-coordinate representation of color #BFB2CB: hue angle of 271.2º 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 #BFB2CB is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 178 | 203 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.20 |
| HSL | 271.2º | 0.19% | 0.75% | - |
| HSV(B) | 271.2º | 0.12% | 0.8% | - |
| XYZ | 48.19 | 47.23 | 63.08 | - |
| YUV | 184.74 | 138.31 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 203 | 0.06 | 0.12 | 0 | 0.20 | 271.2 | 0.19 | 0.75 |
| Hex | BF | B2 | CB | 6 | C | 0 | 14 | 10F | 13 | 4B |
| Octal | 277 | 262 | 313 | 6 | 14 | 0 | 24 | 417 | 23 | 113 |
| Binary | 10111111 | 10110010 | 11001011 | 110 | 1100 | 0 | 10100 | 100001111 | 10011 | 1001011 |
Color Harmonies of #BFB2CB
Complementary color
Monochromatic Colors of #BFB2CB
Black with #BFB2CB
Text Example
Text Example
White with #BFB2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB2CB; }
p { color: rgb(191,178,203); }
H1.HeaderClassName
{
color: #BFB2CB;
}
.AnyTagClassName
{
color: #BFB2CB;
}
</style>
background-color css
<style>
a { background-color: #BFB2CB; }
a { background-color: rgb(191,178,203); }
div.DivClassName
{
background-color: #BFB2CB;
}
.BgClassName
{
background-color: #BFB2CB;
}
</style>
border-color css
<style>
span { border-color: #BFB2CB; }
span { border-color: rgb(191,178,203); }
td.TdClassName
{
border-color: #BFB2CB;
}
.TagClassName
{
border-color: #BFB2CB;
}
</style>