Shades of Paris White #BFC1BF
Tints of Paris White #BFC1BF
RGB
CMYK
RGB Variations
Color information
#BFC1BF (or 0xBFC1BF) is known color: Paris White. HEX triplet: BF, C1 and BF. RGB value is (191,193,191). Sum of RGB (Red+Green+Blue) = 191+193+191=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 193 (75.78% from 255 or 33.57% from 575); Blue value is 191 (75% from 255 or 33.22% from 575); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC1BF is #403E40. Grayscale: #C0C0C0. Windows color (decimal): -4210241 or 12566975. OLE color: 12566975.
HSL color Cylindrical-coordinate representation of color #BFC1BF: hue angle of 120º degrees, saturation: 0.02, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #BFC1BF is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 193 | 191 | - |
| CMYK | 0.01 | 0 | 0.01 | 0.24 |
| HSL | 120º | 0.02% | 0.75% | - |
| HSV(B) | 120º | 0.01% | 0.76% | - |
| XYZ | 49.96 | 52.98 | 56.88 | - |
| YUV | 192.17 | 127.34 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 191 | 0.01 | 0 | 0.01 | 0.24 | 120 | 0.02 | 0.75 |
| Hex | BF | C1 | BF | 1 | 0 | 1 | 18 | 78 | 2 | 4B |
| Octal | 277 | 301 | 277 | 1 | 0 | 1 | 30 | 170 | 2 | 113 |
| Binary | 10111111 | 11000001 | 10111111 | 1 | 0 | 1 | 11000 | 1111000 | 10 | 1001011 |
Color Harmonies of #BFC1BF
Complementary color
Monochromatic Colors of #BFC1BF
Black with #BFC1BF
Text Example
Text Example
White with #BFC1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC1BF; }
p { color: rgb(191,193,191); }
H1.HeaderClassName
{
color: #BFC1BF;
}
.AnyTagClassName
{
color: #BFC1BF;
}
</style>
background-color css
<style>
a { background-color: #BFC1BF; }
a { background-color: rgb(191,193,191); }
div.DivClassName
{
background-color: #BFC1BF;
}
.BgClassName
{
background-color: #BFC1BF;
}
</style>
border-color css
<style>
span { border-color: #BFC1BF; }
span { border-color: rgb(191,193,191); }
td.TdClassName
{
border-color: #BFC1BF;
}
.TagClassName
{
border-color: #BFC1BF;
}
</style>