Shades of Paris White #BFCEBF
Tints of Paris White #BFCEBF
RGB
CMYK
RGB Variations
Color information
#BFCEBF (or 0xBFCEBF) is known color: Paris White. HEX triplet: BF, CE and BF. RGB value is (191,206,191). Sum of RGB (Red+Green+Blue) = 191+206+191=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 206 (80.86% from 255 or 35.03% from 588); Blue value is 191 (75% from 255 or 32.48% from 588); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCEBF is #403140. Grayscale: #C7C7C7. Windows color (decimal): -4206913 or 12570303. OLE color: 12570303.
HSL color Cylindrical-coordinate representation of color #BFCEBF: hue angle of 120º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFCEBF is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 206 | 191 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.19 |
| HSL | 120º | 0.13% | 0.78% | - |
| HSV(B) | 120º | 0.07% | 0.81% | - |
| XYZ | 52.96 | 58.98 | 57.88 | - |
| YUV | 199.81 | 123.03 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 206 | 191 | 0.07 | 0 | 0.07 | 0.19 | 120 | 0.13 | 0.78 |
| Hex | BF | CE | BF | 7 | 0 | 7 | 13 | 78 | D | 4E |
| Octal | 277 | 316 | 277 | 7 | 0 | 7 | 23 | 170 | 15 | 116 |
| Binary | 10111111 | 11001110 | 10111111 | 111 | 0 | 111 | 10011 | 1111000 | 1101 | 1001110 |
Color Harmonies of #BFCEBF
Complementary color
Monochromatic Colors of #BFCEBF
Black with #BFCEBF
Text Example
Text Example
White with #BFCEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCEBF; }
p { color: rgb(191,206,191); }
H1.HeaderClassName
{
color: #BFCEBF;
}
.AnyTagClassName
{
color: #BFCEBF;
}
</style>
background-color css
<style>
a { background-color: #BFCEBF; }
a { background-color: rgb(191,206,191); }
div.DivClassName
{
background-color: #BFCEBF;
}
.BgClassName
{
background-color: #BFCEBF;
}
</style>
border-color css
<style>
span { border-color: #BFCEBF; }
span { border-color: rgb(191,206,191); }
td.TdClassName
{
border-color: #BFCEBF;
}
.TagClassName
{
border-color: #BFCEBF;
}
</style>