Shades of Paris White #BFC9C1
Tints of Paris White #BFC9C1
RGB
CMYK
RGB Variations
Color information
#BFC9C1 (or 0xBFC9C1) is known color: Paris White. HEX triplet: BF, C9 and C1. RGB value is (191,201,193). Sum of RGB (Red+Green+Blue) = 191+201+193=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 201 (78.91% from 255 or 34.36% from 585); Blue value is 193 (75.78% from 255 or 32.99% from 585); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC9C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC9C1 is #40363E. Grayscale: #C5C5C5. Windows color (decimal): -4208191 or 12700095. OLE color: 12700095.
HSL color Cylindrical-coordinate representation of color #BFC9C1: hue angle of 132º degrees, saturation: 0.08, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BFC9C1 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 193 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.21 |
| HSL | 132º | 0.08% | 0.77% | - |
| HSV(B) | 132º | 0.05% | 0.79% | - |
| XYZ | 52 | 56.7 | 58.66 | - |
| YUV | 197.1 | 125.69 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 193 | 0.05 | 0 | 0.04 | 0.21 | 132 | 0.08 | 0.77 |
| Hex | BF | C9 | C1 | 5 | 0 | 4 | 15 | 84 | 8 | 4D |
| Octal | 277 | 311 | 301 | 5 | 0 | 4 | 25 | 204 | 10 | 115 |
| Binary | 10111111 | 11001001 | 11000001 | 101 | 0 | 100 | 10101 | 10000100 | 1000 | 1001101 |
Color Harmonies of #BFC9C1
Complementary color
Monochromatic Colors of #BFC9C1
Black with #BFC9C1
Text Example
Text Example
White with #BFC9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC9C1; }
p { color: rgb(191,201,193); }
H1.HeaderClassName
{
color: #BFC9C1;
}
.AnyTagClassName
{
color: #BFC9C1;
}
</style>
background-color css
<style>
a { background-color: #BFC9C1; }
a { background-color: rgb(191,201,193); }
div.DivClassName
{
background-color: #BFC9C1;
}
.BgClassName
{
background-color: #BFC9C1;
}
</style>
border-color css
<style>
span { border-color: #BFC9C1; }
span { border-color: rgb(191,201,193); }
td.TdClassName
{
border-color: #BFC9C1;
}
.TagClassName
{
border-color: #BFC9C1;
}
</style>