Shades of Paris White #BFC4C0
Tints of Paris White #BFC4C0
RGB
CMYK
RGB Variations
Color information
#BFC4C0 (or 0xBFC4C0) is known color: Paris White. HEX triplet: BF, C4 and C0. RGB value is (191,196,192). Sum of RGB (Red+Green+Blue) = 191+196+192=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 196 (76.95% from 255 or 33.85% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC4C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC4C0 is #403B3F. Grayscale: #C2C2C2. Windows color (decimal): -4209472 or 12633279. OLE color: 12633279.
HSL color Cylindrical-coordinate representation of color #BFC4C0: hue angle of 132º degrees, saturation: 0.04, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BFC4C0 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 196 | 192 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.23 |
| HSL | 132º | 0.04% | 0.76% | - |
| HSV(B) | 132º | 0.03% | 0.77% | - |
| XYZ | 50.74 | 54.36 | 57.69 | - |
| YUV | 194.05 | 126.84 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 192 | 0.03 | 0 | 0.02 | 0.23 | 132 | 0.04 | 0.76 |
| Hex | BF | C4 | C0 | 3 | 0 | 2 | 17 | 84 | 4 | 4C |
| Octal | 277 | 304 | 300 | 3 | 0 | 2 | 27 | 204 | 4 | 114 |
| Binary | 10111111 | 11000100 | 11000000 | 11 | 0 | 10 | 10111 | 10000100 | 100 | 1001100 |
Color Harmonies of #BFC4C0
Complementary color
Monochromatic Colors of #BFC4C0
Black with #BFC4C0
Text Example
Text Example
White with #BFC4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC4C0; }
p { color: rgb(191,196,192); }
H1.HeaderClassName
{
color: #BFC4C0;
}
.AnyTagClassName
{
color: #BFC4C0;
}
</style>
background-color css
<style>
a { background-color: #BFC4C0; }
a { background-color: rgb(191,196,192); }
div.DivClassName
{
background-color: #BFC4C0;
}
.BgClassName
{
background-color: #BFC4C0;
}
</style>
border-color css
<style>
span { border-color: #BFC4C0; }
span { border-color: rgb(191,196,192); }
td.TdClassName
{
border-color: #BFC4C0;
}
.TagClassName
{
border-color: #BFC4C0;
}
</style>