Shades of Paris White #BFCEBE
Tints of Paris White #BFCEBE
RGB
CMYK
RGB Variations
Color information
#BFCEBE (or 0xBFCEBE) is known color: Paris White. HEX triplet: BF, CE and BE. RGB value is (191,206,190). Sum of RGB (Red+Green+Blue) = 191+206+190=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCEBE is #403141. Grayscale: #C7C7C7. Windows color (decimal): -4206914 or 12504767. OLE color: 12504767.
HSL color Cylindrical-coordinate representation of color #BFCEBE: hue angle of 116.25º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFCEBE is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 206 | 190 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.19 |
| HSL | 116.25º | 0.14% | 0.78% | - |
| HSV(B) | 116.25º | 0.08% | 0.81% | - |
| XYZ | 52.85 | 58.94 | 57.31 | - |
| YUV | 199.69 | 122.53 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 206 | 190 | 0.07 | 0 | 0.08 | 0.19 | 116.25 | 0.14 | 0.78 |
| Hex | BF | CE | BE | 7 | 0 | 8 | 13 | 74 | E | 4E |
| Octal | 277 | 316 | 276 | 7 | 0 | 10 | 23 | 164 | 16 | 116 |
| Binary | 10111111 | 11001110 | 10111110 | 111 | 0 | 1000 | 10011 | 1110100 | 1110 | 1001110 |
Color Harmonies of #BFCEBE
Complementary color
Monochromatic Colors of #BFCEBE
Black with #BFCEBE
Text Example
Text Example
White with #BFCEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCEBE; }
p { color: rgb(191,206,190); }
H1.HeaderClassName
{
color: #BFCEBE;
}
.AnyTagClassName
{
color: #BFCEBE;
}
</style>
background-color css
<style>
a { background-color: #BFCEBE; }
a { background-color: rgb(191,206,190); }
div.DivClassName
{
background-color: #BFCEBE;
}
.BgClassName
{
background-color: #BFCEBE;
}
</style>
border-color css
<style>
span { border-color: #BFCEBE; }
span { border-color: rgb(191,206,190); }
td.TdClassName
{
border-color: #BFCEBE;
}
.TagClassName
{
border-color: #BFCEBE;
}
</style>