Shades of Paris White #BFC7BE
Tints of Paris White #BFC7BE
RGB
CMYK
RGB Variations
Color information
#BFC7BE (or 0xBFC7BE) is known color: Paris White. HEX triplet: BF, C7 and BE. RGB value is (191,199,190). Sum of RGB (Red+Green+Blue) = 191+199+190=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 199 (78.12% from 255 or 34.31% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC7BE is #403841. Grayscale: #C3C3C3. Windows color (decimal): -4208706 or 12502975. OLE color: 12502975.
HSL color Cylindrical-coordinate representation of color #BFC7BE: hue angle of 113.33º degrees, saturation: 0.07, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BFC7BE is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 199 | 190 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.22 |
| HSL | 113.33º | 0.07% | 0.76% | - |
| HSV(B) | 113.33º | 0.05% | 0.78% | - |
| XYZ | 51.2 | 55.64 | 56.76 | - |
| YUV | 195.58 | 124.85 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 199 | 190 | 0.04 | 0 | 0.05 | 0.22 | 113.33 | 0.07 | 0.76 |
| Hex | BF | C7 | BE | 4 | 0 | 5 | 16 | 71 | 7 | 4C |
| Octal | 277 | 307 | 276 | 4 | 0 | 5 | 26 | 161 | 7 | 114 |
| Binary | 10111111 | 11000111 | 10111110 | 100 | 0 | 101 | 10110 | 1110001 | 111 | 1001100 |
Color Harmonies of #BFC7BE
Complementary color
Monochromatic Colors of #BFC7BE
Black with #BFC7BE
Text Example
Text Example
White with #BFC7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC7BE; }
p { color: rgb(191,199,190); }
H1.HeaderClassName
{
color: #BFC7BE;
}
.AnyTagClassName
{
color: #BFC7BE;
}
</style>
background-color css
<style>
a { background-color: #BFC7BE; }
a { background-color: rgb(191,199,190); }
div.DivClassName
{
background-color: #BFC7BE;
}
.BgClassName
{
background-color: #BFC7BE;
}
</style>
border-color css
<style>
span { border-color: #BFC7BE; }
span { border-color: rgb(191,199,190); }
td.TdClassName
{
border-color: #BFC7BE;
}
.TagClassName
{
border-color: #BFC7BE;
}
</style>