Shades of Paris White #BFCDC1
Tints of Paris White #BFCDC1
RGB
CMYK
RGB Variations
Color information
#BFCDC1 (or 0xBFCDC1) is known color: Paris White. HEX triplet: BF, CD and C1. RGB value is (191,205,193). Sum of RGB (Red+Green+Blue) = 191+205+193=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 193 (75.78% from 255 or 32.77% from 589); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDC1 is #40323E. Grayscale: #C7C7C7. Windows color (decimal): -4207167 or 12701119. OLE color: 12701119.
HSL color Cylindrical-coordinate representation of color #BFCDC1: hue angle of 128.57º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFCDC1 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 205 | 193 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.20 |
| HSL | 128.57º | 0.12% | 0.78% | - |
| HSV(B) | 128.57º | 0.07% | 0.8% | - |
| XYZ | 52.94 | 58.59 | 58.97 | - |
| YUV | 199.45 | 124.36 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 193 | 0.07 | 0 | 0.06 | 0.20 | 128.57 | 0.12 | 0.78 |
| Hex | BF | CD | C1 | 7 | 0 | 6 | 14 | 81 | C | 4E |
| Octal | 277 | 315 | 301 | 7 | 0 | 6 | 24 | 201 | 14 | 116 |
| Binary | 10111111 | 11001101 | 11000001 | 111 | 0 | 110 | 10100 | 10000001 | 1100 | 1001110 |
Color Harmonies of #BFCDC1
Complementary color
Monochromatic Colors of #BFCDC1
Black with #BFCDC1
Text Example
Text Example
White with #BFCDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCDC1; }
p { color: rgb(191,205,193); }
H1.HeaderClassName
{
color: #BFCDC1;
}
.AnyTagClassName
{
color: #BFCDC1;
}
</style>
background-color css
<style>
a { background-color: #BFCDC1; }
a { background-color: rgb(191,205,193); }
div.DivClassName
{
background-color: #BFCDC1;
}
.BgClassName
{
background-color: #BFCDC1;
}
</style>
border-color css
<style>
span { border-color: #BFCDC1; }
span { border-color: rgb(191,205,193); }
td.TdClassName
{
border-color: #BFCDC1;
}
.TagClassName
{
border-color: #BFCDC1;
}
</style>