Shades of Paris White #BFCAC1
Tints of Paris White #BFCAC1
RGB
CMYK
RGB Variations
Color information
#BFCAC1 (or 0xBFCAC1) is known color: Paris White. HEX triplet: BF, CA and C1. RGB value is (191,202,193). Sum of RGB (Red+Green+Blue) = 191+202+193=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 202 (79.30% from 255 or 34.47% from 586); Blue value is 193 (75.78% from 255 or 32.94% from 586); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCAC1 is #40353E. Grayscale: #C5C5C5. Windows color (decimal): -4207935 or 12700351. OLE color: 12700351.
HSL color Cylindrical-coordinate representation of color #BFCAC1: hue angle of 130.91º degrees, saturation: 0.09, 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 #BFCAC1 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 202 | 193 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.21 |
| HSL | 130.91º | 0.09% | 0.77% | - |
| HSV(B) | 130.91º | 0.05% | 0.79% | - |
| XYZ | 52.23 | 57.17 | 58.73 | - |
| YUV | 197.69 | 125.36 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 202 | 193 | 0.05 | 0 | 0.04 | 0.21 | 130.91 | 0.09 | 0.77 |
| Hex | BF | CA | C1 | 5 | 0 | 4 | 15 | 83 | 9 | 4D |
| Octal | 277 | 312 | 301 | 5 | 0 | 4 | 25 | 203 | 11 | 115 |
| Binary | 10111111 | 11001010 | 11000001 | 101 | 0 | 100 | 10101 | 10000011 | 1001 | 1001101 |
Color Harmonies of #BFCAC1
Complementary color
Monochromatic Colors of #BFCAC1
Black with #BFCAC1
Text Example
Text Example
White with #BFCAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCAC1; }
p { color: rgb(191,202,193); }
H1.HeaderClassName
{
color: #BFCAC1;
}
.AnyTagClassName
{
color: #BFCAC1;
}
</style>
background-color css
<style>
a { background-color: #BFCAC1; }
a { background-color: rgb(191,202,193); }
div.DivClassName
{
background-color: #BFCAC1;
}
.BgClassName
{
background-color: #BFCAC1;
}
</style>
border-color css
<style>
span { border-color: #BFCAC1; }
span { border-color: rgb(191,202,193); }
td.TdClassName
{
border-color: #BFCAC1;
}
.TagClassName
{
border-color: #BFCAC1;
}
</style>